Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomColorDialog Class

Serves as the base class for classes that implement color editor dialogs.

#Declaration

Delphi

#Remarks

This class is the ancestor of the TdxColorDialog component, representing a color editor dialog. TdxCustomColorDialog implements all the functionality needed by its descendant. TdxColorDialog simply publishes certain properties and events.

The TdxCustomColorDialog component provides a set of options with which you can customize the appearance of the dialog and capabilities available to end-users:

In addition to the color editing capabilities found in the system Color dialog and standard VCL TColorDialog component, the TdxCustomColorDialog component provides support for skins and alpha channel information. TdxCustomColorDialog includes the color picker implemented by the TdxColorPicker component.

To preview the dialog and test its settings at design time, click “Test Dialog” in the TdxCustomColorDialog component’s context menu.

A TdxCustomColorDialog object is referenced via the TdxColorDialog class.

#Inheritance

See Also