RAD Studio VCL Reference
|
TDataBindItem represents a data binding in a data-aware ActiveX control.
TDataBindItem = class(TCollectionItem);
class TDataBindItem : public TCollectionItem;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|