BytesPointer

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

Purpose

Get the pointer

Syntax

? "First byte = "+AsString( BYTE( oPointerSafe:BytesPointer ) )

Source

ACCESS BytesPointer AS BYTE PTR PASCAL CLASS TS_PointerSafe
LOCAL pBytesPointer AS BYTE PTR
   TSTrace Enter
   pBytesPointer:=SELF:_BytesPointer
   TSTrace Leave
RETURN pBytesPointer