[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Widgetset-specific options enabled for the dialog.
Source position: dialogs.pp line 262
published property TOpenDialog.OptionsEx : TOpenOptionsEx |
OptionsEx is a TOpenOptionsEx property which contains the widgetset-specific options enabled when the dialog is executed. It can contain zero (0) or more values from the TOpenOptionEx enumeration. The default value for the property is an empty set ([]).
OptionsEx is used in the widgetset class instance to apply values which cannot be represented using TOpenOptions and TOpenOption, which are used on all of the supported LCL platforms. In the current LCL version, OptionsEx is used for the Windows platform and supports Windows Vista or later version.
|
Options to be used for this dialog. |
|
|
Set type used to store values from the TOpenOptionEx enumeration. |
|
|
Widgetset-specific open options which cannot be mapped to the standard values in TOpenOptions. |
Version 4.0 | Generated 2025-05-03 | Home |