TdxMapItemTitleOptions Class
In This Article
Stores map item title settings.
#Declaration
Delphi
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
TObject
TPersistent
TcxOwnedPersistent
TdxMapItemTitleOptions
See Also