Internet Direct (Indy)
Home
PreviousUpNext
TIdFSP.OnSend Event

Event handler signalled when an FSP packet is sent.

Pascal
property OnSend: TIdFSPLogEvent;

OnSend is a TIdFSPLogEvent property that represents the event handler signalled after an FSP packet is sent. OnSend is signalled when methods in the client that implement the commands in an FSP protocol exchange are called. 

Arguments to the OnSend event handler indicate the object instance for the notification and the TIdFSPPacket instance written during the FSP protocol exchange. 

Use the OnWork, OnWorkBegin, and OnWorkEnd event handlers to respond to events signalled when retrieving the content of a file using the Get 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.