Skip to main content

TdxCustomColorPalette Class

The base class for all classes that implement color palette containers in DevExpress products.

Declaration

TdxCustomColorPalette = class(
    TInterfacedObject,
    IdxColorPalette
)

Remarks

This class provides a basic IdxColorPalette interface implementation.

The TdxCustomColorPalette class provides the following members that allow you to:

You do not need to create instances of the TdxCustomColorPalette class. Use its descendants instead.

Implements

Inheritance

TObject
TInterfacedObject
TdxCustomColorPalette
See Also