Data.DB.TDataSet.ClearBuffers
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
procedure ClearBuffers; virtual;
C++
virtual void __fastcall ClearBuffers();
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.