Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_LowLevel🞂MoveWordProcedure

MoveWord

Copies a block of 16-bit values from Source memory to Dest memory.

Declaration ​

pascal
procedure MoveWord(const Source; var Dest; Count: Integer);

Parameters ​

ParameterTypeDescription
SourceconstReference to the source memory block.
DestvarReference to the destination memory block.
CountIntegerNumber of 16-bit (2-byte) elements to copy.

Description ​

MoveWord copies Count 16-bit items (2 bytes each) from Source memory to Dest memory.

See also ​