RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.Create Constructor

Creates an instance of TRDSConnection.

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

Call Create to instantiate an RDS connection component at runtime. The Owner parameter specifies another component (usually a form or data module) that is responsible for freeing the RDS connection component. 

Create 

Calls its inherited Create method. 

Associates the RDS connection component to the default DataFactory. 

 

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