[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer to an array of word.
Source position: sysutilh.inc line 101
type PWordarray = ^TWordArray; |
Generic pointer to TWordArray. Use to access memory regions as a word array.
|
Array of word (Unsigned 16 bit integer) |
|
|
Pointer to an array of byte. |
|
|
Array of bytes |