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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|