Internet Direct (Indy)
Home
PreviousUpNext
TIdSystatEvent Type

Implements the event handler for client connections to the Systat server.

Pascal
TIdSystatEvent = procedure (AThread: TIdContext; AResults : TIdStrings) of object;
Parameters 
Description 
AThread 
Context for the client connection.
 
AResults 
User list for the client session. 

TIdSystatEvent is an type used to implement the event handler TIdSystatServer.OnSystat property. 

AThread is the TIdContext that represents the context for the client connection to the server. 

AResults is a TStrings variable used to build the list of active users on the Systat server. AResults is written to the client during execution of the client session. 

TIdSystatEvent allows TIdSystatServer to implement the processing required to get the list of active users for the server, and to store the user list in the AResults variable.

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.