Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPListenerThread.Create
Create is the constructor for the TIdUDPListenerThread object instance.

constructor Create(const ABufferSize: integer; Owner: TIdUDPServer);
Parameters
const ABufferSize: integer
Size of the buffer for the listener thread.

Owner: TIdUDPServer
Server that owns the listening thread.

Description
Create uses the inherited Create constructor to instantiate a suspended TIdUDPListenerThread. The listener thread Create constructor is called when the TIdUDPServer sets Active to True.

ABufferSize is normally set to the value in TIdUDPServer.BufferSize when the listener thread is created.

Create also initializes the following: