Previous: 4.66.2.32. StrAppendC procedure To the Table of Contents Next: 4.66.2.34. StrComp function
4.66.2.32. StrAppendC procedure Table of Contents 4.66.2.34. StrComp function

- 4.66.2.33. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.33. StrCat function


4.66.2.33. 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: 4.66.2.32. StrAppendC procedure To the Table of Contents Next: 4.66.2.34. StrComp function
4.66.2.32. StrAppendC procedure Table of Contents 4.66.2.34. StrComp function

- 4.66.2.33. -