ItemMax

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

Purpose

Get the number of items allocated

Syntax

? oPointerSafe:ItemMax

Source

ACCESS ItemMax AS DWORD PASCAL CLASS TS_PointerSafe
LOCAL dwItemMax AS DWORD
   TSTrace Enter
   dwItemMax:=SELF:_ItemMax
   TSTrace Leave
RETURN dwItemMax