API:Datasnap.DSTCPServerTransport.TDSTCPChannel.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.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPChannel

Description

Opens the communication channel.

Datasnap.DSTCPServerTransport.TDSTCPChannel.Open inherits from Data.DBXTransport.TDbxChannel.Open. All content below this line refers to Data.DBXTransport.TDbxChannel.Open.

Opens the communication channel.

Override the Open method in descending classes to specify actions that take place when the communication channel opens.

See Also