[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates the optional features enabled (or disabled) for the color dialog.
Source position: dialogs.pp line 324
published property TColorDialog.Options : TColorDialogOptions |
Options is a TColorDialogOptions property which contains the optional features used when the color dialog is executed. It contains zero (0) or more values from the TColorDialogOption enumeration; when a value is present in the set type, the feature is enabled for the dialog.
The default value for the property is defined in the DefaultColorDialogOptions constant.
Options is used by the widgetset to create the flag values associated with the Handle created for the dialog.
Remark: | Options is currently enabled for the Windows widgetset only. Its implementation is modeled on the use of flag values in the CHOOSECOLOR function from the Windows API. (https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-choosecolora-r1) |
Added in LCL version 4.0.
|
Represents the options which can be enabled during execution of a color dialog. |
|
|
Set type used to store values from the TColorDialogOption enumeration. |
|
|
Specifies the default options enabled in TColorDialog. |
Version 4.0 | Generated 2025-05-03 | Home |