[Overview][Constants][Types][Classes][Procedures and functions] |
Array of longwordelements.
Source position: gettext.pp line 49
type TLongWordArray = array [0..(1shl30)divSizeOf(LongWord)] of LongWord; |
TLongWordArrayis an array used to define the PLongWordArraypointer. A variable of type TLongWordArrayshould never be directly declared, as it would occupy too much memory. The PLongWordArraytype can be used to allocate a dynamic number of elements.
|
Pointer to a TLongWordArrayarray. |