Previous: 4.66.2.45. StrLower function To the Table of Contents Next: 4.66.2.47. StrNew function
4.66.2.45. StrLower function Table of Contents 4.66.2.47. StrNew function

- 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.


Previous: 4.66.2.45. StrLower function To the Table of Contents Next: 4.66.2.47. StrNew function
4.66.2.45. StrLower function Table of Contents 4.66.2.47. StrNew function

- 4.66.2.46. -