JVCL Help:TJvCustomEdit.EmptyValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomEdit.EmptyValue Property
[+] TJvCustomEdit Methods
[+] TJvCustomEdit Properties
Search in JVCL Help
Search in all projectsSummary
A text to display when the Text property is empty.
Pascal
propertyEmptyValue: string;
Description
Use EmptyValue if you want to display a hint to the user when the Text property is empty. As soon as the user selects the edit or types some text into the control, the EmptyValue is removed and replaced by the new text. If the user clears the content of the edit, the EmptyValue is displayed again.
Set EmptyValue to an empty string (the default) to disable this feature.
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