SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElArchiveDirectoryEntry.FreeInputStream

TElArchiveDirectoryEntry     See also     


 

Specifies whether the input stream should be freed by the component.

 

Declaration

[C#/Java]
    bool FreeInputStream;

[VB.NET]
    Property FreeInputStream As Boolean

[Pascal]
    property FreeInputStream: boolean;

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

[PHP]
    not available

   

Description

    Specifies whether the component should free the input stream. The default value is False.

   

See also:     InputStream    

 
Back to top