Vcl.DBOleCtl.TDataBindItem.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.DBOleCtl.pas
Vcl.DBOleCtl.hpp
Vcl.DBOleCtl TDataBindItem

Description

Represents the name of the field to be bound.

DataField relates a property in a data-aware ActiveX control to a specific field in the dataset. The dataset is specified by the DataSource property of TDBOleControl object.

See Also