Defines the default dialog options used in TOpenPictureDialog.
Source position: extdlgs.pas line 70
const DefaultOpenDialogPictureOptions = DefaultOpenDialogOptions + [ofAutoPreview]; |
DefaultOpenDialogPictureOptions is the default set of dialog options used in the TOpenPictureDialog class. DefaultOpenDialogPictureOptions includes the options defined in DefaultOpenDialogOptions, and adds the value ofAutoPreview to enable the automatic preview feature in the dialog. It is enabled by default because this the default behavior for the Open Picture dialog type by design.
DefaultOpenDialogPictureOptions contains the default value for the Options property in TOpenPictureDialog. The value is assigned in the Create constructor for the TOpenPictureDialog dialog instance.
Added in LCL version 4.4.
|
Indicates the dialog options enabled for the class instance. |
|
|
Contains a delimited list of descriptions and extensions for file available in the dialog. |
|
|
Constructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |