RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBLookupControl.Field Property

Identifies the TField object the lookup control represents.

Pascal
property Field: TField;
C++
__property TField Field;

Use the Field object to directly access the field component for the field the lookup control represents. If Field is a lookup field, the properties of the field component describe the relationship between the field and the lookup dataset. To allow a lookup control to represent a set of lookup values that do not come from another dataset, use the DataField property to bind to a lookup field and use the LookupList property of the TField object to specify a list of lookup values. 

 

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