RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBindings.Create Constructor

Creates an instance of TDataBindings.

Pascal
constructor Create(DBOleControl: TDBOleControl);
C++
__fastcall TDataBindings(TDBOleControl DBOleControl);

Applications should not need to call Create directly. The data-aware control object that uses the TDataBindings collection to represent its data bindings creates the TDataBindings object from its own constructor. 

 

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