|
RAD Studio VCL Reference
|
Creates an instance of TRDSConnection.
constructor Create(AOwner: TComponent); override;
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!
|