Discuss this help topic in SecureBlackbox Forum

TElZipReader.SFXEnabled

TElZipReader     See also     


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


Specifies if self-extraction is enabled.

Declaration

[C#]
    bool SFXEnabled;

[VB.NET]
    Property SFXEnabled As Boolean

[Pascal]
    property SFXEnabled: boolean;

[C++]
    bool get_SFXEnabled();
    void set_SFXEnabled(bool Value);

[PHP]
    bool get_SFXEnabled()
    void set_SFXEnabled(bool $Value)

[Java]
    not available

Description

    This property specifies whether the archive is self-exracting.

See also:     SFXTitle    

Discuss this help topic in SecureBlackbox Forum