Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdTCPServerConnection.Create
TIdTCPServerConnection
,
See Also
Constructor for the object instance.
constructor
Create(AServer: TIdTCPServer);
Parameters
AServer: TIdTCPServer
Server
used as the end-point for the connection.
Description
Create is the constructor for the object instance, and calls the inherited Create method. Create sets the
Server
property to the value in AServer to indicate the
TIdTCPServer
context used when a peer thread is executed.