Previous: StrAppendC procedure To the Table of Content Next: StrComp function

- 4.61.2.33 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

StrCat 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;



Previous: StrAppendC procedure To the Table of Content Next: StrComp function
StrAppendC procedure Table of Content StrComp function

- 4.61.2.33 -