Datasnap.DSTCPServerTransport.TDSTCPServerTransport.CreateTcpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateTcpServer: IIPTCPServer; virtual;

C++

virtual Ippeerapi::_di_IIPTCPServer __fastcall CreateTcpServer();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

Creates a new instance of an Indy TCP server.

The CreateTcpServer virtual method is used to create and initialize a new instance of an Indy TCP server. CreateTcpServer returns the created TCP server.

See Also