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

SolFSStream.CanWrite property

Filter:

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

SolFSStream     See also    

Overview

Specifies if writing to the stream is available.

Declaration

[Pascal]
    not applicable;

[DLL]
    not applicable;

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

[C++ (VCL)]
    not applicable;

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

[C#]
    bool CanWrite

[VB.NET]
    Property CanWrite As Boolean

Return value

    True if the stream allows write 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 writing to the stream is available.

See also

CanRead     CanSeek     Write

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