PByteArray
Pointer to an array of byte.
Declaration
Source position: sysutilh.inc line 98
Type
PByteArray = ^TByteArray
Description
Generic pointer to TByteArray . Use to access memory regions as a byte array.
See also
| Name | Description |
|---|---|
| PWordArray | Pointer to an array of word. |
| TByteArray | Array of bytes |
| TWordArray | Array of word (Unsigned 16 bit integer) |