Data.DB.TDataSet.ClearBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearBuffers; virtual;

C++

virtual void __fastcall ClearBuffers();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Clears the buffers for the active record.

ClearBuffers is used internally by many dataset methods to clear the buffers for the active record.

Note: Unidirectional datasets do not buffer records.


ClearBuffers sets Bof and Eof to True.


See Also