Vcl.DBLookup.TDBLookupCombo.DataField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataField: string read GetDataField write SetDataField;

C++

__property System::UnicodeString DataField = {read=GetDataField, write=SetDataField};

Properties

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

Description

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

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

See Also