RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSProviderConnection.Create Constructor

Create TDSProviderConnection instance.

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

This method creates and initializes a TDSProviderConnection instance. 

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!