Vcl.DBOleCtl.TDataBindItem

Delphi
TDataBindItem = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TDataBindItem : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.DBOleCtl.pas Vcl.DBOleCtl.hpp |
Vcl.DBOleCtl | Vcl.DBOleCtl |
Description
TDataBindItem represents a data binding in a data-aware ActiveX control.
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.