TdxMapItemClass Type
In This Article
The type of a map item.
#Declaration
Delphi
TdxMapItemClass = class of TdxMapItem;
#Referenced Class
Type | Description |
---|---|
Tdx |
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