[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MAXAVAIL Return Maximum Available Heap Block pp 126
Syntax: MaxAvail ;
Type: Integer
Form: Function
Purpose: Returns the size of the largest consecutive block of free heap
space, in paragraphs.
----------------------------------------------------------------------------
Usage:
VAR
IntVar : Integer ;
BEGIN
IntVar := MaxAvail ;
END.
See Also:
FreeMem
GetMem
MemAvail
New
Pointer
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson