Initializing help system before first use

fflush

fflush


Purpose
Force the operating system to write buffered data.
Synopsis
procedure fflush
Further information
This procedure forces a write of all buffered data of the default output stream. fflush is automatically called when the stream is closed either with fclose or when the program terminates.
Related topics