Datasnap.DSSession.TDSRemoteSession.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRemoteSession

Description

Opens the socket channel.

Call the Open method to open the socket channel.

See Also