CSQLiteStmt.Freemethod
Releases memory previously allocated by **Malloc** or **Realloc**.
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
| Name | Description | |
|---|---|---|
pMem | The 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