TdxCustomMapItemLayer Class
The base class for item-based map layers.
Declaration
TdxCustomMapItemLayer = class(
TdxMapLayer
)
Remarks
This class extends its ancestor class with the functionality that is specific to map layers that are designed to draw vector items on a map.
Do not use the TdxCustomMapItemLayer class directly. Use its descendants (TdxMapItemFileLayer and TdxMapItemLayer) instead.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxMapLayer
TdxCustomMapItemLayer
See Also