TdxMapItems Class
In This Article
A collection of map items created in an item-based map layer.
#Declaration
Delphi
TdxMapItems = class(
TcxComponentCollection
)
#Remarks
This class extends its ancestor class with members that allow you to:
Create a new map item and append it to the collection (Add);
Access map items contained within the collection (Items).
A TdxMapItems object is referenced by an item-based map layer’s MapItems property.
#Inheritance
TObject
TPersistent
TcxComponentCollection
TdxMapItems
See Also