FreeMem Procedure

Applies to TestComplete 14.40, last modified on April 22, 2021

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