Vcl.DBLookup.TDBLookupCombo.LookupField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LookupField: string read GetLookupField write SetLookupField;

C++

__property System::UnicodeString LookupField = {read=GetLookupField, write=SetLookupField};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Identifies the lookup field whose value is represented by the lookup combo control.

Use DataField to bind the lookup control to a lookup field in the dataset specified by the LookupSource property. The LookupField property is the field whose value can be set by the lookup combo control, not the field that supplies the lookup values that are displayed by the lookup combo control.

See Also