RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBOleControl.Create Constructor

Creates an instance of TDBOleControl.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDBOleControl(TComponent * AOwner);

Use Create to create a new instance of TDBOleControl object. Create calls the inherited constructor, then creates and initializes TDataBinding objects. 

 

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