[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Coordinate for the Left side of the dialog form.
Source position: dialogs.pp line 502
public property TFindDialog.Left : Integer |
Left is an Integer property which contains the horizontal coordinate where the left edge of the dialog form is located. The default value for the property is -1 and represents the unassigned value.
The property value is read from the Left property in the internal TForm instance for the dialog (when assigned). Changing the value in the property causes the Left property in the dialog form to be updated with the new coordinate value. The value for the property is updated in the CalcPosition method when the dialog is executed.
Left and Top are used in the CreateForm method to set the default coordinates for the dialog form.
|
Coordinate for the Top edge of the dialog form. |
|
|
Determines the position for the dialog form and captures its coordinates. |
|
|
Displays the dialog form and responds to button clicks. |
|
|
Creates and configures the internal form displayed for the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |