Internet Direct (Indy)
Home
PreviousUpNext
TIdIPMCastListenerThread.Create Constructor

Constructor for the object instance.

Pascal
constructor Create(
    AOwner: TIdIPMCastClient
); reintroduce;
Parameters 
Description 
Owner 
Multicast client that owns the listening thread. 

Create is the constructor for the object instance. Create calls the inherited Create method to instantiate a suspended thread. The value in Owner is assigned to the public member that represents the server for the listener thread, and BufferSize is set to the corresponding property value in Owner. Create sets the default value for AcceptWait to 1000. Create also allocates resources used for the Buffer property.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.