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

Represents protocol responses used in the server implementation.

property ReplyTexts: TIdReplies;

ReplyTexts is a TIdReplies property that represents a collection of response codes and messages for protocol responses used in the server implementation. 

The ReplyTexts collection is created during component initialization, and is used as the owner of the individual reply for the following properties: 

 

ReplyTexts is assigned to the TIdCommandHandlers for the server instance during component initialization. 

ReplyTexts is used to update the Greeting response when a new connection is accepted in a listener thread for the server. 

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

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