Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.FreeInputStream

TElZipArchiveDirectoryEntry     See also     


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


This topic is under development…

Declaration

[C#]
    bool FreeInputStream;

[VB.NET]
    Property FreeInputStream As Boolean

[Pascal]
    property FreeInputStream : boolean;

[C++]
    bool get_FreeInputStream();
    void set_FreeInputStream(bool Value);

[PHP]
    bool get_FreeInputStream()
    void set_FreeInputStream(bool $Value)

[Java]
    boolean getFreeInputStream();
    void setFreeInputStream(boolean Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum