Vcl.DBLookup.TDBLookupList.LookupField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LookupField: string read FLookupField write SetLookupField;

C++

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

Properties

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

Description

Identifies the lookup field whose value is represented by the lookup list 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 list control, not the field that supplies the lookup values that are displayed by the lookup list control.

See Also