RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindItem.DataField Property

Represents the name of the field to be bound.

Pascal
property DataField: string;
C++
__property AnsiString DataField;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!