Internet Direct (Indy)
|
Specifies an event handler for TOnReplyEvent events.
property OnReply: TOnReplyEvent;
Parameters |
Description |
ReplyStatus |
Storage for the Reply from the echo request. |
OnReply is a TOnReplyEvent handler triggered when a echo response is received.
OnReply is generally used to update progress indicators or other GUI components as a result of receiving the echo response found in ReplyStatus. Assign an event handler to perform additional processing when the TOnReplyEvent is triggered by Ping.
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. |