[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Pointer to an array of word.
Source position: sysutilh.inc line 62
type PWordarray = ^TWordArray; |
Generic pointer to TWordArray. Use to access memory regions as a word array.
|
||
|
Pointer to an array of byte. |
|
|
Array of bytes |
lazarus-ccr.sourceforge.net |