Datasnap.Win.SConnect.TStreamedConnection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

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