FreeMem Procedure

Applies to TestComplete 14.10, last modified on June 5, 2019

The FreeMem procedure disposes the allocated memory block.

Declaration

FreeMem(Ptr) Parameters
Ptr [in] Required Variant
Result     None  

Description

Disposes the allocated memory block (see GetMem, ReallocMem).

Parameters

The procedure has the following parameter:

Ptr

Specifies the address of the disposed memory block.

See Also

DelphiScript - List of Supported Routines and Variables
GetMem
ReallocMem

Highlight search results