JVCL Help:TJvCaptionButton.ShowHint

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.


Pascal

 propertyShowHint: Boolean;


Description

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 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.

Changing the ShowHint value automatically sets the ParentShowHint property to false.


See Also

TJvCaptionButton.Hint, TJvCaptionButton.ParentShowHint


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