Topic Path: Symbol Reference > Classes > TIdCommand Class > TIdCommand Properties > PerformReply Property
ContentsIndexHome
PreviousUpNext
TIdCommand.PerformReply Property

Indicates that the Reply should be sent to the peer prior to the response.

property PerformReply: Boolean;

PerformReply is a Boolean property that indicates if the TIdRFCReply values in Reply should be sent to the peer connection using SendReply. PerformReply is examine after success completion of the command, and when an exception is raised. Set PerformReply to False to prevent transmission of the TIdRFCReply to the peer connection prior to the values in Response.

TIdRFCReply 

SendReply 

Response

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