Vcl.DBLookup.TDBLookupList.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 TDBLookupList

Description

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

See Also