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