Vcl.DBCtrls.TDBLookupControl.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Field: TField read FDataField;

C++

__property Data::Db::TField* Field = {read=FDataField};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Identifies the TField object the lookup control represents.

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.

See Also