Datasnap.DBClient.TCustomClientDataSet.FreeRecordBuffer
Delphi
procedure FreeRecordBuffer(var Buffer: TRecordBuffer); override;
C++
virtual void __fastcall FreeRecordBuffer(System::PByte &Buffer);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Datasnap.DBClient.pas Datasnap.DBClient.hpp |
Datasnap.DBClient | TCustomClientDataSet |
Description
Frees the record buffer. {{#multireplace:Datasnap.DBClient.TCustomClientDataSet.FreeRecordBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.FreeRecordBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.FreeRecordBuffer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.