TdxMapPathSegments Class
In This Article
A path segment collection.
#Declaration
Delphi
TdxMapPathSegments = class(
TOwnedCollection
)
#Remarks
This class extends its ancestor with members that allow you to add and access map path segments (Add and Items).
The TdxMapPath.Segments property references a TdxMapPathSegments object.
#Inheritance
TObject
TPersistent
TCollection
TOwnedCollection
TdxMapPathSegments
See Also