- 4.61.2.39 -
Standard Units
![](images/1.gif)
Strings Unit
![](images/1.gif)
![](images/1.gif)
Strings Unit Procedures and FunctionsStrLCat 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](images/prev.gif) |
![To the Table of Content](images/index.gif) |
![Next: StrIComp function](images/next.gif) |
StrEnd function |
Table of Content |
StrIComp function |
- 4.61.2.39 -