Data.DB.TField.FreeBuffers
Delphi
procedure FreeBuffers; virtual;
C++
virtual void __fastcall FreeBuffers(void);
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.