JVCL Help:TJvCaptionButton.ParentShowHint
JVCL Help: TJvCaptionButton.ParentShowHint Property
Search in JVCL Help
Search in all projectsSummary
Determines where a control looks to find out if its Help Hint should be shown.
Pascal
propertyParentShowHint: Boolean;
Description
Use ParentShowHint to ensure that all the controls on a form either uniformly show their Help Hints or uniformly do not show them.
If ParentShowHint is true, the control uses the ShowHint property value of its parent. If ParentShowHint is false, the control uses the value of its own ShowHint property.
To provide Help Hints for only selected controls on a form, set the ShowHint property for those controls that should have Help Hints to true, and ParentShowHint becomes false automatically.
See Also
TJvCaptionButton.Hint, TJvCaptionButton.ParentForm, TJvCaptionButton.ShowHint
About
Notes
Enable or disable all Help Hints for the entire application using the ShowHint property of the application object.
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