Skip to main content
A newer version of this page is available. .

TdxMapItemTitleOptions Class

Stores map item title settings.

Declaration

TdxMapItemTitleOptions = class(
    TcxOwnedPersistent
)

Remarks

The TdxMapItemTitleOptions class has members that allow you to do the following:

  • Set the map item title’s text (Text).

  • Show or hide the map item title (Visibility).

  • Respond to a title setting change (OnChanged).

The TdxMapItem.TitleOptions property references a TdxMapItemTitleOptions object.

Inheritance

See Also