Back to Devexpress

TdxMapCustomMultiPointItem Class

vcl-dxmapitem-184d1ea7.md

latest1.2 KB
Original Source

TdxMapCustomMultiPointItem Class

The base class for map items specified by a collection of points.

Declaration

delphi
TdxMapCustomMultiPointItem = class(
    TdxMapItem
)

Remarks

This class extends its ancestor with the GeoPoints property that allows you to manage a collection of points.

Do not use the TdxMapCustomMultiPointItem class directly. Use the following descendants instead:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxMapItem TdxMapCustomMultiPointItem

See Also

TdxMapCustomMultiPointItem Members

dxMapItem Unit