[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Flush the stream data from the buffer, if any.
Source position: objects.pp line 290
procedure TStream.Flush; virtual; |
Flush is an abstract method that should be overridden by descendent objects. It serves to enable the programmer to tell streams that implement a buffer to clear the buffer.
for an example, see TBufStream.Flush.
None.
|
Truncate the stream size on current position. |