API:Bde.DBTables.TBDEDataSet.FreeRecordBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure FreeRecordBuffer(var Buffer: TRecordBuffer); override;

C++

virtual void __fastcall FreeRecordBuffer(Data::Db::TRecordBuffer &Buffer);

Description

Frees the record buffer.

Bde.DBTables.TBDEDataSet.FreeRecordBuffer inherits from Data.DB.TDataSet.FreeRecordBuffer. All content below this line refers to Data.DB.TDataSet.FreeRecordBuffer.

Frees the record buffer.

FreeRecordBuffer is used internally by derived class methods to free the record buffer. TRecordBuffer is the buffer to free.

Note: Unidirectional datasets do not buffer records.

Note: This method is virtual. Derived datasets will implement a specific operation to free the memory.


See Also