JVCL Help:TJvTabBarItem.ShowHint
JVCL Help: TJvTabBarItem.ShowHint Property
Search in JVCL Help
Search in all projectsSummary
Determines if the control displays a Help Hint when the mouse pointer rests momentarily on the Tab in the TabBar control.
Pascal
propertyShowHint: Boolean;
Description
ShowHint is a Boolean property used to indicate if a Help Hint is displayed when the mouse pointer rests momentarily on the Tab in the TabBar control.
The Help Hint is the value of the Hint property, which is displayed in a box just beneath the control. Use ShowHint to determine whether a Help Hint appears for the control.
To enable Help Hint for a particular control, the application ShowHint property must be true and either the TabBar control’s own ShowHint property must be true, or the control’s ParentShowHint property must be true and its parent's ShowHint property must be true.
The default value for ShowHint is True, as assigned in the constructor for the collection item.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page