RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.soFromEnd Constant

Specifies that a stream seek operation should move relative to the stream end.

Pascal
soFromEnd = 2;
C++
soFromEnd = 2;

Classes

soFromEnd is one of the TSeekOrigin values you use to pass to the TSream Seek method. It specifies that the seek proceed to an offset from the end of the stream. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!