RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.soFromBeginning Constant

Specifies that a stream seek operation should do a relative movement to the begginning of the stream.

Pascal
soFromBeginning = 0;
C++
soFromBeginning = 0;

soFromBeginning is one of the TSeekOrigin values you use to pass to the TStream Seek method. It specifies that the seek proceeds to an offset from the beginning of the stream. 

 

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