API:System.Classes.TReader.FlushBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FlushBuffer; override;

C++

virtual void __fastcall FlushBuffer();

Properties

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

Description

Introduces an abstract method that allows descendants to synchronize the filer's buffer with its stream.

System.Classes.TReader.FlushBuffer inherits from System.Classes.TFiler.FlushBuffer. All content below this line refers to System.Classes.TFiler.FlushBuffer.

Introduces an abstract method that allows descendants to synchronize the filer's buffer with its stream.

Each descendant filer object defines a FlushBuffer method to provide practical implementations for synchronizing the filer object's buffer with the associated stream.