RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.Position Property

Represents the current reading position in the associated stream.

Pascal
property Position: Longint;
C++
__property Longint Position;

Position is used to track the reader's position within the stream. The value of Position will always be inside the most recent buffer block read. Thus, for reading, Position will always be less than the stream's Position. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!