RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBOleControl.DataBindings Property

Represents the data bindings between ActiveX control properties and fields in a dataset.

Pascal
property DataBindings: TDataBindings;
C++
__property TDataBindings DataBindings;

Use DataBindings to read or set the data bindings in a data-aware ActiveX control. DataBindings is a collection of TDataBindItem objects. Use the properties of the TDataBindings object to specify the data bindings of individual properties in the data-aware control.  

Data bindings are typically set by editing the ActiveX control's type library. 

 

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