MemFree

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

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 ) or when a new 'WordString' is assigned.

Source

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