TdxListItem.Hint Property
Specifies the item’s hint.
Declaration
property Hint: string read; write;
Property Value
Type | Description |
---|---|
string | An item hint. |
Remarks
If the Hint
property is set to an empty string, the item shows its caption in the hint.
You can handle the List View control’s OnInfoTip event to display custom text in the item’s hint.
The Hint
property’s default value is an empty string.
Note
An item’s hint is displayed only if the mouse pointer hovers over the item.
See Also