[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Array of bytes
Source position: sysutilh.inc line 58
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. |
|
|
No notes exist for this page yet.