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