RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.Create Constructor

Constructs an instance of the button control and initializes its values.

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

Use Create to programmatically instantiate an ADO connection. ADO connections added in the form designer are created automatically. 

Create 

Calls its inherited Create method. 

Initializes its connection interface. 

Initializes is list of associated datasets. 

 

Destroy_d

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