Pointer to an array of byte.
Source position: sysutilh.inc line 98
type PByteArray = ^TByteArray; |
Generic pointer to TByteArray. Use to access memory regions as a byte array.
|
Array of bytes. |
|
|
Pointer to an array of word. |
|
|
Array of word (Unsigned 16 bit integer). |