RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindItem Class

TDataBindItem represents a data binding in a data-aware ActiveX control.

Pascal
TDataBindItem = class(TCollectionItem);
C++
class TDataBindItem : public TCollectionItem;

DBOleCtl

The TDataBindItem object stores the association between a property in a data-aware control and a field in the dataset. TDataBindings holds a collection of data bindings for a particular ActiveX control, which is represented by a TDBOleControl object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!