Discuss this help topic in SecureBlackbox Forum
Specifies whether the file has a comment.
Declaration
[VB.NET]
Property HasComment As Boolean
[Pascal]
property HasComment : boolean;
[C++]
bool get_HasComment();
void set_HasComment(bool Value);
[PHP]
bool get_HasComment()
void set_HasComment(bool $Value)
[Java]
boolean getHasComment();
void setHasComment(boolean Value);
Description
When this property is set to True, the file has a comment.
Discuss this help topic in SecureBlackbox Forum