PWordarray
Pointer to an array of word.
Declaration
Source position: sysutilh.inc line 101
Type
PWordarray = ^TWordArray
Description
Generic pointer to TWordArray . Use to access memory regions as a word array.
See also
Name | Description |
---|---|
PByteArray | Pointer to an array of byte. |
TByteArray | Array of bytes |
TWordArray | Array of word (Unsigned 16 bit integer) |