TdxMapPushpin Class
A map pushpin.
Declaration
TdxMapPushpin = class(
TdxMapPointer
)
Remarks
The TdxMapPushpin class has members that allow you to do the following:
Position the pushpin on a map (Location).
Set the pushpin text (Text).
Switch the map pushpin’s visibility and selected state (Visible and Selected).
Specify the hint message or ScreenTip for the map pushpin (Hint and ScreenTip).
Assign appearance settings for various states (Style, StyleHot, and StyleSelected).
Store arbitrary data with the map pushpin (Attributes).
Tip
Call a map item layer‘s AddItem function and pass a reference to the TdxMapPushpin class to create a map pushpin.
Note
If you want to place a dot without text, use the TdxMapDot class instead.
Inheritance
See Also