TdxMapPolyline Class
A map polyline.
Declaration
TdxMapPolyline = class(
TdxMapCustomMultiPointItem
)
Remarks
The TdxMapPolyline class has members that allow you to do the following:
Manage polyline vertices on a map (GeoPoints).
Switch the map polyline’s visibility and selected state (Visible and Selected).
Specify the hint message or ScreenTip for the map polyline (Hint and ScreenTip).
Assign appearance settings for various states (Style, StyleHot, and StyleSelected).
Store arbitrary data with the map polyline (Attributes).
Tip
Call a map item layer‘s AddItem function and pass a reference to the TdxMapPolyline class to create a map polyline.
Inheritance
See Also