- 4.62.2.53 -
Standard Units
System Unit
System Unit Procedures and FunctionsMove procedure
Targets: MS-DOS, OS/2, Win32
System Unit
Copies bytes from Source to Dest.
Declaration:
procedure Move(var Source, Dest; Count: Longint);
Remarks:
Copies a specified number of contiguous bytes (Count)
from a source range to a destination range. No range-checking is performed.
Whenever possible, use SizeOf
to determine the count.
Note that Count is not limited to 65,535 (64K) bytes.
|
|
|
MkDir procedure |
Table of Content |
New procedure |
- 4.62.2.53 -