Internet Direct (Indy)
Home
PreviousUpNext
TIdFSP.OnWork Event

Event handler signalled when FSP packets containing file data are received.

Pascal
property OnWork;

OnWork is a published TWorkEvent property that represents the event handler signalled when FSP packets containing file data are received. OnWork is signalled when the values from an FSP packet are written to the stream used for a file in the Get method. 

Use OnWorkBegin and OnWorkEnd to respond to events triggered both before and after processing of packets in the FSP protocol responses received in the Get method. 

Applications must assign procedures to the OnWorkBegin, OnWork, and OnWorkEnd event handlers to allow responding to the event notifications.

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.