RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupComboBox.Text Property

Indicates the lookup value that corresponds to the value of the field on the current record.

Pascal
property Text: string;
C++
__property AnsiString Text;

Inspect Text to determine the currently selected lookup value. Text is the value that appears in the edit region of the lookup combo box. The user can change the value of Text by entering a new value if ReadOnly is false and the dataset is in edit mode. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!