MemFree

 (Available in 00 TS Tools(Base) - TS_Tools_PointerSafe)

Purpose

Test the 'MemFree' flag

Syntax

? oPointerSafe:MemFree

Description

If the 'MemFree' property of the object is TRUE ( this is the default ) then allocated memory will be freed when the object is removed from scope ( e.g. when 'Axit()' is executed ).

Source

ACCESS MemFree AS LOGIC PASCAL CLASS TS_PointerSafe
   TSTrace Enter
   TSTrace Leave
RETURN SELF:_MemFree