FreeMem Procedure

Applies to TestComplete 15.62, last modified on March 19, 2024

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