Send comments on this topic
SolFSStream.CanWrite property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
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.
