JVCL Help:TJvDBLookupCombo.DisplayEmpty

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies a text to display when the lookup value is empty.


Pascal

 propertyDisplayEmpty: string;


Description

Use DisplayEmpty to display a string when an empty lookup value is selected. Property EmptyValue specifies which value is the empty value. Also when the drop-down list of the control is shown, an extra fixed row is displayed with the string DisplayEmpty as text. When the user selects this row the lookup value is set to EmptyValue (or to Null if EmptyValue is the empty string and EmptyStrIsNull is True). Set DisplayEmpty to an empty string (the default) to disable this feature.


See Also

TJvLookupControl.EmptyItemColor, TJvLookupControl.EmptyValue


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