JVCL Help:TJvDockClient.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 form displays a Help Hint when the mouse pointer rests momentarily on the control.


Pascal

 propertyShowHint: Boolean;


Description

ShowHint property is a boolean variable and it is similar with TControl.ShowHint property. It is to determine whether the hint information is needed to display or not. Generally, the hint information will be shown when mouse moves to Grabber. The default hint information is Title Caption of Client Form. User can change the hint information after changing the correlation code in OnFormShowHint event.


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