StackTop

Top location of the stack.

Declaration

Source position: systemh.inc line 854

  function StackTop : Pointer;

Description

StackTop contains the top of the stack for the current process. It is used to check the heap on some operating systems, and is set by the system unit initialization code. Do not use or modify this value.

See also

Name Description
StackBottom Current stack bottom.
StackLength Maximum stack length.