TdxCustomColorGallery Class
Serves as the base class for classes that implement color gallery controls.
Declaration
TdxCustomColorGallery = class(
TdxCustomGalleryControl
)
Remarks
This class implements the basic functionality for color gallery controls and provides members with which you can customize the following gallery attributes:
Appearance (AutoSizeMode, ColorPalette, ColorSet, and OnGetCustomColorSet);
Color selection (ColorValue, EditValue, and OnChange);
Content layout (ColumnCount, ColorPalette, and ItemSize).
Inheritance
See Also