- 4.61.2.46 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrMove function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrMove copies specified number of characters
to the null terminated string.
Declaration:
function StrMove(Dst, Src: PWChar; Count: LongInt): PWChar;
function StrMove(Dst, Src: PChar; Count: LongInt): PChar;
Remaks:
The StrMove function copies Count characters from
Src to Dst and returns pointer on Dst.
|
|
|
StrLower function |
Table of Content |
StrNew function |
- 4.61.2.46 -