TTMSFNCCustomDirectoryEdit.SetBounds Method
Sets the bounds of the directory edit and updates the label and button layout.
API unit family: TMSFNCDirectoryEdit
Declaring type: TTMSFNCCustomDirectoryEdit
Overloads
Overload 1
Sets the bounds of the directory edit and updates the label and button layout.
procedure SetBounds(X, Y, AWidth, AHeight: Single); override;
Parameters
| Name | Description |
|---|---|
X |
Left coordinate in pixels. |
Y |
Top coordinate in pixels. |
AWidth |
New width in pixels. |
AHeight |
New height in pixels. |
Overload 2
Sets the bounds of the directory edit and updates the label and button layout.
procedure SetBounds(X, Y, AWidth, AHeight: Integer); override;
Parameters
| Name | Description |
|---|---|
X |
Left coordinate in pixels. |
Y |
Top coordinate in pixels. |
AWidth |
New width in pixels. |
AHeight |
New height in pixels. |