TdxMapItem.ScreenTip Property
In This Article
Associates the map item with a ScreenTip.
#Declaration
Delphi
property ScreenTip: TdxScreenTip read; write;
#Property Value
Type | Description |
---|---|
Tdx |
An enhanced Screen |
#Remarks
Assign a configured TdxScreenTip instance to the ScreenTip property to display a ScreenTip for the map item.
The ScreenTip property’s default value is nil.
See Also