JVCL Help:TJvEdit.EmptyValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvCustomEdit.EmptyFontColor


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