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