Language:
Русский
English
Move (procedure)
Copies bytes from source to dest.
Declaration
procedure Move(var Source, Dest; Count: Word);
Target
Windows, Real, Protected
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.