NAME: GetMem USE: Creates a new dynamic variable of a specified size and stores the address of this block in the specified pointer. If there is not enough memory available on the heap a runtime error will occure. DEPENDENCY: None SYNTAX: GetMem(Var PointerVariable : Pointer; PointerSize : Word);