TdxMapItemClass Type
The type of a map item.
Declaration
TdxMapItemClass = class of TdxMapItem;
Referenced Class
| Type | Description |
|---|---|
| TdxMapItem | A generic map item. |
Remarks
Available map item types include:
Built-in map items listed in the TdxMapItem class description.
A custom map item (a TdxMapItem descendant).
A TdxMapItemClass object is passed as a parameter to:
See Also