Internet Direct (Indy)
Home
PreviousUpNext
TIdContextRun Type

Defines the event handler that executes the task for a client session context.

Pascal
TIdContextRun = function (AContext: TIdContext): Boolean of object;
Parameters 
Description 
AContext 
Context for the client session to be executed. 

TIdContextRun is a Boolean object function used to define the event handler that executes the task for a client session context in TIdTCPServer

TIdContextRun is the type used for the TIdContext.OnRun event handler. TIdContext.OnRun is used in conjunction with the protected method in TIdTCPServer that triggers the OnExecute event handler for client session Contexts in the server instance.

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.