[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the options which can be enabled during execution of a color dialog.
Source position: dialogs.pp line 290
type TColorDialogOption = ( |
||
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. |
); |
Values from the enumeration are stored in the TColorDialogOptions set type used to implement the TColorDialog.Options property.
Added in LCL version 4.0.
|
Set type used to store values from the TColorDialogOption enumeration. |
|
|
Indicates the optional features enabled (or disabled) for the color dialog. |
Version 4.0 | Generated 2025-05-03 | Home |