Array of word (Unsigned 16 bit integer).
Source position: sysutilh.inc line 102
type TWordArray = array [0..16383] of Word; |
TWordArray is a generic array definition, mostly for use as a base type of the PWordArray type.
|
Pointer to an array of word. |
|
|
Pointer to an array of byte. |
|
|
Array of bytes. |