[Overview][Classes][Procedures and functions][Index] |
Specifies the position where the dialog is displayed.
Source position: extdlgs.pas line 127
published property TExtCommonDialog.DialogPosition : TPosition |
DialogPosition is a TPosition property which specifies the position where the dialog is displayed. The default value for the property is poMainFormCenter, and indicates that the dialog is centered both horizontally and vertically on the main form for the application.
See TPosition for more information about the values in the enumeration and their meanings.
The value in DialogPosition is used in descendent classes when the dialog is Executed.
|
Creates, configures, and displays the form for the calculator dialog. |
|
|
Creates and displays the form for the calendar dialog, and captures the results. |
|
|
Represents the Position and Size of a Form on Screen. |
Version 4.0 | Generated 2025-05-03 | Home |