Internet Direct (Indy) Version 9.0.2 Beta
|
procedure EndWork(AWorkMode: TWorkMode); virtual;
AWorkMode is a TWorkMode enumerated type, and can contain the values:
Calls to the EndWork procedure can be nested, but the OnEndWork event handler will be invoked only for the initial call to EndWork.
Applications must assign a procedure to the OnEndWork event handler in order to respond to the event notification.