RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomConnection.Create Constructor

Creates an instance of TCustomConnection.

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

Call Create to instantiate a connection component at runtime. Connection components added to forms or data modules at design time are created automatically. 

The Owner parameter specifies another component (usually a form or data module) that is responsible for freeing the connection component. 

 

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