Discuss this help topic in SecureBlackbox Forum

TElBaseArchive.Opened

TElBaseArchive     See also     


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


Specifies whether the archive is opened.

Declaration

[C#]
    bool Opened;

[VB.NET]
    Property Opened As Boolean

[Pascal]
    property Opened : boolean;

[C++]
    bool get_Opened();

[PHP]
    bool get_Opened()

[Java]
    boolean getOpened();

Description

    This read-only property specifies, whether the archive is opened, or not.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum