Discuss this help topic in SecureBlackbox Forum

TElGzipReader.IgnoreArchiveErrors

TElGzipReader     See also     


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


Specifies if archive errors should be ignored by the reader.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property IgnoreArchiveErrors : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

If this property is set to true, the reader tries to ignore the errors arising during reading of corrupted archives. The default value is true.

See also:     OnArchiveError    

Discuss this help topic in SecureBlackbox Forum