Topic Path: Symbol Reference > Classes > TIdCmdTCPServer Class > TIdCmdTCPServer Properties > HelpReply Property
ContentsIndexHome
PreviousUpNext
TIdCmdTCPServer.HelpReply Property

Response sent when the HELP command is issued for a client connection.

property HelpReply: TIdReply;

HelpReply is a TIdReply property that represents the response sent when the HELP command is issued for an executing client connection. 

The default value for HelpReply is assigned during initialization of the component using the following response code and text: 

 

Code 
Text 
100 
Help follows 

 

Resources allocated to the HelpReply property are freed in the Destroy method. 

HelpReply is used during activation of the server (when Active is set to True) to dynamically create the command handler for the HELP command. Descriptions for other TIdCommandHandler instances in the CommandHandlers collection having visible help are appended to the value in HelpReply.

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