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

Synchronizes the reader's buffer with its stream's buffer.

FlushBuffer synchronizes the reader's buffer with the associated stream by setting the stream's Position to match the reader's Position.

See Also