TdxCustomMapItemLayer Class
In This Article
The base class for item-based map layers.
#Declaration
Delphi
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