Discuss this help topic in SecureBlackbox Forum

TElGzipReader.OnUserActionNeeded

TElGzipReader     See also     


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


This event is fired when user action is needed.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnUserActionNeeded : TSBGZipUserActionNeededEvent;
    TSBGZipUserActionNeededEvent = procedure(Sender : TObject; ForEvent : integer; const Description : string; var UserAction : integer) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ForEvent - the event for which the action is needed.
  • Description - event description.
  • UserAction - action chosen by the user.

Possible events:

Possible user actions:

Description

    This event is fired by TElGZipReader when it needs user interaction. User may ignore event, abort extraction or force TElGZipReader to retry extraction again.

See also:     OnProgress    

Discuss this help topic in SecureBlackbox Forum