RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupListBox.NullValueKey Property

Specifies the key combination that assigns a blank value to the associated field.

Pascal
property NullValueKey: TShortCut;
C++
__property TShortCut NullValueKey;

Set NullValueKey to let users enter a "blank" value into the associated field. When the user types the key combination that this shortcut represents, the associated field is cleared.

Tip: Use the ShortCut function or the TextToShortCut function to create a value to assign to NullValueKey.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!