Datasnap.DSTCPServerTransport.TDSTCPChannel.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPChannel

Delphi

constructor Create(AContext: IIPContext);

C++

__fastcall TDSTCPChannel(Ippeerapi::_di_IIPContext AContext);

Description

Creates an instance of the TDSTCPChannel class.

Call Create to create an instance of the TDSTCPChannel class.

See Also