Internet Direct (Indy)
|
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.
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. |