Indicates the dialog options enabled for the class instance.
Source position: extdlgs.pas line 97
published property TOpenPictureDialog.Options : TOpenOptions |
Options is a TOpenOptions property which controls the options enabled for the dialog instance. It redefines the property introduced in TOpenDialog to use the default values specifed in the DefaultOpenDialogPictureOptions constant. The set of option values includes:
The default value for Options is assigned in the Create constructor, along with the default Filter for the dialog, and used when the Execute method is called at run-time.
Added in LCL version 4.4.
|
Displays the dialog and captures the result. |
|
|
A string which contains available filename filters used to select files by their file extensions. |
|
|
Options which can be used in a TOpenDialog instance. |
| Version 4.4 | Generated 2025-11-08 | Home |