- 4.61.2.33 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrCat function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrCat appends Src to the end of Dst
and returns the concatenated string of PWChar or PChar type.
Declaration:
function StrCat(Dst, Src: PWChar): PWChar;
function StrCat(Dst, Src: PChar): PChar;
|
|
|
StrAppendC procedure |
Table of Content |
StrComp function |
- 4.61.2.33 -