[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TColorDialogOption enumeration.
Source position: dialogs.pp line 297
type TColorDialogOptions = set of ( |
||
cdFullOpen, |
|
Causes the dialog box to display the additional controls that allow the user to create custom colors. |
cdPreventFullOpen, |
|
Disables the "Define Custom Color" button. |
cdShowHelp, |
|
Causes the dialog box to display the Help button. |
cdSolidColor, |
|
Causes the dialog box to display only solid colors in the set of basic colors. |
cdAnyColor |
|
Causes the dialog box to display all available colors in the set of basic colors. |
); |
TColorDialogOptions is used to zero (0) for more values from the TColorDialogOption enumeration. TColorDialogOptions is the typed used to implement the Options property in TColorDialog. It contains the options which are enabled at run-time when the TColorDialog is executed.
Added in LCL version 4.0.
|
Represents the options which can be enabled during execution of a color dialog. |
|
|
Indicates the optional features enabled (or disabled) for the color dialog. |
Version 4.0 | Generated 2025-05-03 | Home |