Indy 9
TWorkEndEvent
Unit: IdComponent
Indicates that a read or write operation is complete.
TWorkEndEvent = procedure (Sender: TObject; AWorkMode: TWorkMode) of object;
Unit
IdComponent
Parameters
AWorkMode
Work mode for the event notification.
Sender
Object instance generating the event notification.
Description
This type of event occurs in components when receiving or sending data has been completed.

AWorkMode is a TWorkMode value that indicates if the component is receiving or sending data.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.