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 its list of associated datasets.

 

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