- 4.66.2.42. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.42. StrLCopy function
4.66.2.42. 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.
- 4.66.2.42. -