Represents event handlers for client connections in TIdCustomTCPServer.
TIdServerThreadEvent = procedure (AContext:TIdContext) of object;
Parameters |
Description |
AContext |
Unit of execution for the client connection. |
TIdServerThreadEvent is the type used to represent an event handler signalled when the TIdContext for a client connection is about to connect, disconnect, or begin execution.
TIdServerThreadEvent is the type used to represent the OnConnect, OnExecute, and OnDisconnect event handler properties in TIdCustomTCPServer.
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. |