TdxMapSinglePointItem Class
In This Article
The base class for map items that can be specified by a single point.
#Declaration
Delphi
TdxMapSinglePointItem = class(
TdxMapItem
)
#Remarks
This class extends its ancestor with the Location property that allows you to position the map item.
Do not use the TdxMapSinglePointItem class directly. Use the following descendants instead:
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxComponentCollectionItem
TdxMapItem
TdxMapSinglePointItem
See Also