TdxMapPointer Class
The base class for classes that display a point on the map.
Declaration
TdxMapPointer = class(
TdxMapSinglePointItem
)
Remarks
This class extends its ancestor with members that allow you to do the following:
Load and position the item image (Image and ImageOrigin).
Show or hide the image (ImageVisible).
Set the item text (Text).
Do not use the TdxMapPointer class directly. Use the following descendants instead:
Inheritance
See Also