JVCL Help:TJvCustomEdit.AutoHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomEdit.AutoHint Property
[+] TJvCustomEdit Methods
[+] TJvCustomEdit Properties
Search in JVCL Help
Search in all projectsSummary
Specifies whether the control's hint is set to the current text.
Pascal
propertyAutoHint: Boolean;
Description
Use AutoHint to indicate whether the text of the control is automatically displayed as the control's hint.
If AutoHint is true, the hint is changed according to the following rules:
- If the original hint is non-empty, it is only set if the text doesn't fit in the control. The original hint is automatically restored when the text fits.
- If the original hint is empty, it is always set to be equivalent to the text.
See Also
, ,
About
Notes
To store a default hint value, AutoUpdate must be set to false.
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