[Overview][Classes][Procedures and functions][Index] |
Contains the form displayed modally for the custom-drawn dialog.
Source position: extdlgs.pas line 120
protected property TExtCommonDialog.DlgForm : TCustomForm |
DlgForm is a TCustomForm property which contains the form displayed with the content for the custom-drawn dialog.
The value in DlgForm is assigned in descendent classes to use the form type required for the dialog. Changes to values in the Top, Left, and DialogPosition properties are applied to the corresponding properties in DlgForm.
|
Specifies the position where the dialog is displayed. |
|
|
Contains the left coordinate for the dialog form. |
|
|
Contains the top coordinate for the dialog form. |
|
Version 4.0 | Generated 2025-05-03 | Home |