TdxMapPath Class
In This Article
A map path.
#Declaration
Delphi
TdxMapPath = class(
TdxMapItem
)
#Remarks
The TdxMapPath class has members that allow you to do the following:
Manage path segments on a map (Segments).
Switch between available segment types (SegmentType).
Specify the hint message or ScreenTip for the map path (Hint and ScreenTip).
Assign appearance settings for various states (Style, StyleHot, and StyleSelected).
Switch the map path’s visibility and selected state (Visible and Selected).
Store arbitrary data with the map path (Attributes).
Set the map path’s title and customize its appearance (TitleOptions).
Tip
Call a map item layer‘s Add
#Inheritance
See Also