Procedure StrAlloc (Len : Longint) ;
PChar
StrAlloc reserves memory on the heap for a string with length Len, terminating #0 included, and returns a pointer to it.
For an example, see StrPCopy.