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