Skip to main content

TdxCustomMapItemStyle Class

The base class for all classes that implement the appearance settings applied to a specific map item‘s state.

Declaration

TdxCustomMapItemStyle = class(
    TcxOwnedPersistent
)

Remarks

This class extends its ancestor with members that allow you to:

You do not need to create instances of the TdxCustomMapItemStyle class. Use its descendant instead.

Inheritance

See Also