TdxMapItem.ScreenTip Property
Associates the map item with a ScreenTip.
Declaration
property ScreenTip: TdxScreenTip read; write;
Property Value
| Type | Description |
|---|---|
| TdxScreenTip | An enhanced ScreenTip. |
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