Skip to main content

TdxColorEditProperties Class

Stores attributes specific to a color editor.

Declaration

TdxColorEditProperties = class(
    TdxCustomColorEditProperties
)

Remarks

This class does not introduce any new functionality. It simply publishes certain events and properties inherited from base classes, and initializes the properties with the default values.

A TdxColorEditProperties object is referenced via a color editor’s Properties property.

See Also