Discuss this help topic in SecureBlackbox Forum
Returns the SFX title.
Declaration
[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)
Description
Use this property to specify the title of the self-extracting archive.
Discuss this help topic in SecureBlackbox Forum