Data.Win.ADODB.TRDSConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TRDSConnection

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TRDSConnection(System::Classes::TComponent* AOwner);

Description

Creates an instance of TRDSConnection.

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.

See Also