Discuss this help topic in SecureBlackbox Forum

TElZipReader.SFXTitle

TElZipReader     See also     


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


Returns the SFX title.

Declaration

[C#]
    string SFXTitle;

[VB.NET]
    Property SFXTitle As String

[Pascal]
    property SFXTitle: string;

[C++]
    void get_SFXTitle(std::string &OutResult);
    void set_SFXTitle(const std::string &Value);

[PHP]
    string get_SFXTitle()
    void set_SFXTitle(string $Value)

[Java]
    not available

Description

    Use this property to specify the title of the self-extracting archive.

See also:     SFXEnabled    

Discuss this help topic in SecureBlackbox Forum