Previous: 4.66.2.38. StrEnd function To the Table of Contents Next: 4.66.2.40. StrIComp function
4.66.2.38. StrEnd function Table of Contents 4.66.2.40. StrIComp function

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


4.66.2.39. StrLCat function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrLCat appends a specified maximum number of characters to specified string.

Declaration:
function StrLCat(Dst, Src: PWChar; MaxLen: Longint): PWChar;
function StrLCat(Dst, Src: PChar; MaxLen: Longint): PChar;



Previous: 4.66.2.38. StrEnd function To the Table of Contents Next: 4.66.2.40. StrIComp function
4.66.2.38. StrEnd function Table of Contents 4.66.2.40. StrIComp function

- 4.66.2.39. -