- 4.61.2.47 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrNew function
Targets: MS-DOS, OS/2, Win32
Strings Unit
The StrNew function allocates space on and copies
a string to the heap; returns a pointer to the string.
Declaration:
function StrNew(Str: PWChar): PWChar;
function StrNew(Str: PChar): PChar;
|
|
|
StrMove function |
Table of Content |
StrPas function |
- 4.61.2.47 -