Datasnap.DSTCPServerTransport.TDSTCPServerTransport.CreateTcpServer
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSTCPServerTransport.pas Datasnap.DSTCPServerTransport.hpp
| |
Unit: Datasnap.DSTCPServerTransport | |
Parent: TDSTCPServerTransport |
Delphi
function CreateTcpServer: IIPTCPServer; virtual;
C++
virtual Ippeerapi::_di_IIPTCPServer __fastcall CreateTcpServer();
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.