System.TMarshal.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure Move(Src, Dest: TPtrWrapper; Count: NativeInt); inline;

Properties

Type Visibility Source Unit Parent
procedure public System.pas System TMarshal

Description

Copies a number of bytes from a block of memory to another.

The Move method copies Count bytes from Src to Dest, representing blocks of memory referenced by wrapped pointers.

See Also