TBufStream.Truncate

Flush buffer, and truncate the file at current position.

Declaration

Source position: objects.pp line 382

default 
  procedure Truncate;  Virtual;

Description

If the status of the stream is stOK, then Truncate tries to flush the buffer, and then truncates the stream size to the current file position.

For an example, see TDosStream.Truncate .

Errors

Errors can be those of Flush or TDosStream.Truncate .

See also

Name Description
TDosStream.Truncate Truncate the file on the current position.
TStream.GetSize Return the size of the stream.
TStream.Truncate Truncate the stream size on current position.