Data.DB.TField.FreeBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeBuffers; virtual;

C++

virtual void __fastcall FreeBuffers();

Properties

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

Description

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.