Topic Path: Symbol Reference > Classes > TIdDICTServer Class > TIdDICTServer Events > OnCommandClient Event
ContentsIndexHome
PreviousUpNext
TIdDICTServer.OnCommandClient Event

Specifies the DICT CLIENT command event handler.

property OnCommandClient: TIdDICTShowEvent;

OnCommandClient specifies the TIdDICTShowEvent event handler used to respond to the DICT CLIENT command, as described in RFC 2229. 

The CLIENT command allows the client to provide information about itself for possible logging and statistical purposes. All clients should send this command after connecting to the server. All DICT servers must implement this command, though, the server doesn't have to do anything with the information provided by the client. 

Applications should assign a procedure to the event handler in order to respond to the DICT command, or the server will return the default message:

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.