Previous: StrEnd function To the Table of Content Next: StrIComp function

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

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: StrEnd function To the Table of Content Next: StrIComp function
StrEnd function Table of Content StrIComp function

- 4.61.2.39 -