TdxMapItemTitleOptions.OnChanged Event
In This Article
Allows you to respond to a title setting change.
#Declaration
Delphi
property OnChanged: TNotifyEvent read; write;
#Remarks
This event occurs every time the Text or Visibility property value changes.
See Also