Datasnap.DSTCPServerTransport.TDSTCPConnectEventObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AConnection: TObject; AChannel: TDSTCPChannel);

C++

__fastcall TDSTCPConnectEventObject(System::TObject* AConnection, TDSTCPChannel* AChannel);
TDSTCPConnectEventObject() {}

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPConnectEventObject

Description

Creates a new instance of TDSTCPConnectEventObject.

The Create constructor creates a new instance of TDSTCPConnectEventObject, setting the proper fields according to the given connection and channel.