Indy 9
|
TWorkBeginEvent = procedure (Sender: TObject; AWorkMode: TWorkMode; const AWorkCountMax: Integer) of object;
AWorkMode is the TWorkMode value that indicate the operation to be performed.
AWorkCountMax is the number of bytes expected for this operation, or 0 when no value is provided.