[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TColorDialogOption

Represents the options which can be enabled during execution of a color dialog.

Declaration

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.

);

Description

Values from the enumeration are stored in the TColorDialogOptions set type used to implement the TColorDialog.Options property.

Version info

Added in LCL version 4.0.

See also

TColorDialogOptions

  

Set type used to store values from the TColorDialogOption enumeration.

TColorDialog.Options

  

Indicates the optional features enabled (or disabled) for the color dialog.


Version 4.0 Generated 2025-05-03 Home