Back to Devexpress

TdxMapPathSegments Class

vcl-dxmapitem-02de50e4.md

latest1.0 KB
Original Source

TdxMapPathSegments Class

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

TdxMapPathSegments Members

dxMapItem Unit