vcl-dxcoregraphics-3805adca.md
The base class for all classes that implement color palette containers in DevExpress products.
TdxCustomColorPalette = class(
TInterfacedObject,
IdxColorPalette
)
This class provides a basic IdxColorPalette interface implementation.
The TdxCustomColorPalette class provides the following members that allow you to:
Obtain the palette container’s globally unique 128-bit identifier (GetID);
Obtain specific fill and stroke colors from the corresponding palettes (GetFillColor and GetStrokeColor).
You do not need to create instances of the TdxCustomColorPalette class. Use its descendants instead.
TObject TInterfacedObject TdxCustomColorPalette
See Also