TWordArray
Array of word (Unsigned 16 bit integer)
Declaration
Source position: sysutilh.inc line 102
Type
TWordArray = Array[0..16383] of Word
Description
TWordArray is a generic array definition, mostly for use as a base type of the PWordArray type.
See also
| Name | Description |
|---|---|
| PByteArray | Pointer to an array of byte. |
| PWordArray | Pointer to an array of word. |
| TByteArray | Array of bytes |