Skip to main content

TdxColorDialogColorPickerOptions Members

Contains the appearance and functionality settings of the color picker.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
AllowEditAlpha Enables alpha value modifications. Inherited from TdxColorPickerOptionsView.
DefaultVisible Specifies whether the color editor dialog initially displays the color picker.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
RGBHexNotation Specifies hexadecimal notation for the color code editor. Inherited from TdxColorPickerOptionsView.
ShowHSLEditors Switches the visibility of HSL (Hue, Saturation, and Lightness) editors. Inherited from TdxColorPickerOptionsView.
ShowPreview Switches the visibility of the color preview area. Inherited from TdxColorPickerOptionsView.
ShowRGBEditors Switches the visibility of RGB (Red, Green, and Blue) editors. Inherited from TdxColorPickerOptionsView.
ShowRGBHexEditor Enables the hexadecimal color code editor. Inherited from TdxColorPickerOptionsView.
Style Specifies which color parameter is adjustable by the nearest slider to the right of the gamut box. Inherited from TdxColorPickerOptionsView.

Methods

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ToString Inherited from TObject.
See Also