- 4.61.2.37 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrECopy function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrECopy copies Src to Dst and returns
a pointer to the null character at the end of Dst.
Declaration:
function StrECopy(Dst, Src: PWChar): PWChar;
function StrECopy(Dst, Src: PChar): PChar;
|
|
|
StrDispose procedure |
Table of Content |
StrEnd function |
- 4.61.2.37 -