Discuss this help topic in SecureBlackbox Forum

TElGzipReader.OnProgress

TElGzipReader     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


...

Declaration

[C#/Java]
    event TSBGZipProgressEvent OnProgress;
    delegate void TSBGZipProgressEvent(object Sender, long Processed, long Total, ref bool Cancel);

[VB.NET]
    Event OnProgress As TSBGZipProgressEvent
    Delegate Sub TSBGZipProgressEvent(ByVal Sender As Object, ByVal Processed As Long, ByVal Total As Long, ByRef Cancel As Boolean)

[Pascal]
    property OnProgress : TSBGZipProgressEvent;
    TSBGZipProgressEvent = procedure(Sender: TObject; Processed, Total: Int64; var Cancel : boolean) of object;

[C++]
    not available

[PHP]
    not available

Parameters

  • Processed - ...
  • Total - ...
  • Cancel - ...

Description

    ...

See also:         

Discuss this help topic in SecureBlackbox Forum