Help Center

CSQLiteStmt.Freemethod

Releases memory previously allocated by **Malloc** or **Realloc**.

DatabasesmethodCSQLite.incdoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

SUB Free (BYVAL pMem AS ANY PTR)

Parameters

NameDescription
pMemThe pointer returned by Malloc or Realloc.

Description

Releases memory previously allocated by Malloc or Realloc.

Reference

  • Include file CSQLite.inc
  • Documented in Databases/CSQLite Class.md
  • Topic: CSQLite Class