[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Truncate the stream size on current position.
Source position: objects.pp line 291
procedure TStream.Truncate; virtual; |
Truncate is an abstract procedure that should be overridden by descendent objects. It serves to enable the programmer to truncate the size of the stream to the current file position.
For an example, see TDosStream.Truncate.
None.
|
Set stream position. |