Topic Path: Symbol Reference > Classes > TIdCommandHandler Class > TIdCommandHandler Properties > Response Property
ContentsIndexHome
PreviousUpNext
TIdCommandHandler.Response Property

Contains string values used as the response for the command handler.

property Response: TIdStrings;

Response is a TStrings property that contains string values to be written in an RFC-complaint format as the response for the command. Response is used in Check when the associated TIdCommand.Response does not contain any values. Note: Check also examines the TIdCommand.Reply property to generate any values from the command object. 

Response is sent to the peer connection in the current thread of execution using the TIdTCPConnection.WriteRFCStrings method.

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