Data.DB.TDataSet.ClearBuffers
Delphi
procedure ClearBuffers; virtual;
C++
virtual void __fastcall ClearBuffers(void);
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.