API:Data.DB.TBlobField.FreeBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeBuffers; override;

C++

virtual void __fastcall FreeBuffers();

Properties

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

Description

Frees used buffers.

Data.DB.TBlobField.FreeBuffers inherits from Data.DB.TField.FreeBuffers. All content below this line refers to Data.DB.TField.FreeBuffers.

Frees used buffers.

Subclasses of TField override the FreeBuffers method to provide a method of freeing the used buffers. Blob fields and Object fields override FreeBuffers to free up memory.

FreeBuffers does nothing in the TField implementation.