TdxMapCustomMultiPointItem Class
In This Article
The base class for map items specified by a collection of points.
#Declaration
Delphi
TdxMapCustomMultiPointItem = class(
TdxMapItem
)
#Remarks
This class extends its ancestor with the GeoPoints property that allows you to manage a collection of points.
Do not use the TdxMapCustomMultiPointItem class directly. Use the following descendants instead:
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxMapItem
TdxMapCustomMultiPointItem
See Also