Internet Direct (Indy)
Home
PreviousUpNext
TIdCmdTCPServer.ReplyTexts Property

Represents protocol responses used in the server implementation.

Pascal
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.

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.