[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Flush the stream data from the buffer, if any.
Source position: objects.pp line 286
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. |
No notes exist for this page yet.