Datasnap.Win.SConnect.TStreamedConnection.InternalOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalOpen; virtual;

C++

virtual void __fastcall InternalOpen();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect TStreamedConnection

Description

Opens a connection to the application server.

Streamed connection components use InternalOpen to handle the details of establishing a connection to the application server. This method is called by the DoConnect method (which implements the Connected property) and at other times when the connection component must establish a connection.

See Also