[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DialogOptions - set of options enabled for the file open dialog.
Source position: editbtn.pas line 406
published property TFileNameEdit.DialogOptions : TOpenOptions |
DialogOptions is a TOpenOptions property which contains the options enabled for a File Open dialog. The default value for the property is defined in the DefaultOpenDialogOptions constant.
Values in DialogOptions control the functionality and visual appearance of the dialog displayed for the control. See TOpenOption for more information about the enumeration values used in DialogOptions.
|
Creates the dialog for the control. |
|
|
Executes an Open or Save dialog for the DialogKind specified in the control. |
|
|
Options which can be used in a TOpenDialog instance. |
|
|
Set type used to store TOpenOption enumeration values. |
Version 4.0 | Generated 2025-05-03 | Home |