TdxCustomColorDialog Members
Serves as the base class for classes that implement color editor dialogs.Constructors
Name | Description |
---|---|
Create(TComponent) | Inherited from TComponent. |
Properties
Name | Description |
---|---|
Color protected | Specifies the currently selected color. |
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
CustomColors protected | Specifies a set of custom colors available in the color editor dialog. |
DesignInfo | Inherited from TComponent. |
Handle | Returns the window handle of the color editor dialog. |
LookAndFeel protected | Specifies the appearance settings of the color editor dialog. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Options protected | Specifies the runtime availability and settings of the color picker. |
Owner | Inherited from TComponent. |
Tag | Inherited from TComponent. |
VCLComObject | Inherited from TComponent. |
Methods
Events
Name | Description |
---|---|
OnClose protected | Enables you to respond to closing the color editor dialog window. |
OnGetBasicColors protected | Enables you to redefine the basic colors. |
OnShow protected | Enables you to respond to display of the color editor dialog window. |
See Also