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

TColorDialogOptions

Set type used to store values from the TColorDialogOption enumeration.

Declaration

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.

);

Description

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.

Version info

Added in LCL version 4.0.

See also

TColorDialogOption

  

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

TColorDialog.Options

  

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


Version 4.0 Generated 2025-05-03 Home