vcl-dxmapitem-7c7cd2da.md
A map path.
TdxMapPath = class(
TdxMapItem
)
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 AddItem function and pass a reference to the TdxMapPath class to create a map path.
TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem TdxMapPath
See Also