EldoS
 Table of Contents >  SolFSStream.CanRead property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStream.CanRead property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStream     See also    

Overview

Specifies if reading from the stream is available.

Declaration

[Pascal]
    not applicable;

[DLL]
    not applicable;

[C++ (DLL/Lib)]
    not applicable;

[C++ (VCL)]
    not applicable;

[C++ (.NET)]
    bool get_CanRead()

[C#]
    bool CanRead

[VB.NET]
    Property CanRead As Boolean

Return value

    True if the stream allows read operation and False otherwise.

     [DLL]  0 if the function succeeded or one of Error codes if the function failed.

Description

This property is read-only. Use it to find out if reading from the stream is available.

See also

CanSeek     CanWrite     Read

Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation