Previous: StrLComp function To the Table of Content Next: StrLen function

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

StrLCopy function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrLCopy copies a specified maximum number of characters from Src to Dst.

Declaration:
function StrLCopy(Dst, Src: PWChar; MaxLen: Longint): PWChar;
function StrLCopy(Dst, Src: PChar; MaxLen: Longint): PChar;
Remarks:
The StrLCopy function copies MaxLen characters from Src to Dst and returns pointer on Dst.


Previous: StrLComp function To the Table of Content Next: StrLen function
StrLComp function Table of Content StrLen function

- 4.61.2.42 -