Internet Direct (Indy)
Home
PreviousUpNext
TIdIPMCastClient.ThreadedEvent Property

Indicates if threaded reads are performed using an event handler in multicast client.

Pascal
property ThreadedEvent: boolean;

ThreadedEvent is a Boolean property that indicates if the multicast client should allow use of threaded reads from it's listener thread. 

When ThreadEvent is True, the TIdIPMCastListenerThread will use the read method defined in the listener thread to trigger the TIdIPMCastClient.OnIPMCastRead event handler. When ThreadEvent is False, the read method is synchronized to the main VCL thread. 

The default value for ThreadedEvent is DEF_IMP_THREADEDEVENT, as assigned during initialization of the component.

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.