Datasnap.Win.SConnect.TStreamedConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TStreamedConnection

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates and initializes an instance of TStreamedConnection.

Call Create to instantiate a streamed connection component at runtime. Connection components placed in forms or data modules at design time are instantiated automatically.

After calling the inherited constructor, Create instantiates the data block interpreter accessed by the Interpreter property.

See Also