System.Classes.TTextWriter.Flush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Flush; virtual; abstract;

C++

virtual void __fastcall Flush() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes TTextWriter

Description

Clears buffers and writes buffered data.

Flush clears all TTextWriter buffers and writes all buffered data to the destination.

This method is functionally identical to the Microsoft .NET method TextWriter.Flush.

See Also

Code Examples