Send comments on this topic
SolFSStream.CanSeek property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Shows if moving to the specific position in the stream is available.
Declaration
[Pascal]
not applicable;
[DLL]
not applicable;
[C++ (DLL/Lib)]
not applicable;
[C++ (VCL)]
not applicable;
[C++ (.NET)]
bool get_CanSeek()
[C#]
bool CanSeek
[VB.NET]
Property CanSeek As Boolean
Return value
True if the stream allows seek 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 moving to specific position in the stream is available.
