Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.CanRead

TElCompoundFileVirtualStream     See also     


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


Specifies if the file could be read.

Declaration

[C#]
    bool CanRead;

[VB.NET]
    Property CanRead As Boolean

[Pascal]
    property CanRead : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this read-only property to check if you are allowed to read the file.

See also:     CanWrite     Read    

Discuss this help topic in SecureBlackbox Forum