Data.DB.DisposeMem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisposeMem(var Buffer; Size: Integer);

C++

extern DELPHI_PACKAGE void __fastcall DisposeMem(void *Buffer, int Size);

Properties

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

Description

Frees memory.

If the variable Buffer has a non-nil pointer, free the memory pointed to.

See Also