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

SolFSStream.Position property

Filter:

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

SolFSStream     See also    

Overview

Specifies current position in the stream.

Declaration

[Pascal]
    Position: LongInt;
    PositionEx: Int64;

[DLL]
    not applicable;

[C++ (DLL/Lib)]
    __int64 get_Position()
    void set_Position(__int64 Value)

[C++ (VCL)]
    __property long Position;
    __property long long PositionEx;

[C++ (.NET)]
    __int64 get_Position()
    void set_Position(__int64 Value)

[C#]
    long Position

[VB.NET]
    Property Position As Boolean

[DLL]  Return values

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

Description

Use this property to obtain the current position of the stream. This is the number of bytes from the beginning of the streamed data.

See also

Seek

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