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

SolFSStream.CanSeek property

Filter:

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

SolFSStream     See also    

Overview

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.

See also

CanRead     CanWrite     Seek

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