ITextWriter.Flush

Syntax

Flush;

Description

The Flush method flushes all buffers of the current recording program and calls immediate saving of all buffered data to the hard drive.

Example

The method use is given in description of various Write* methods of the ITextWriter interface.

See also:

ITextWriter