- 4.61.2.42 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrLCopy 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.
|
|
|
StrLComp function |
Table of Content |
StrLen function |
- 4.61.2.42 -