Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.HasComment

TElGZipFileAttributes     See also     


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


Specifies whether the file has a comment.

Declaration

[C#]
    bool HasComment;

[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.

See also:     Comment    

Discuss this help topic in SecureBlackbox Forum