[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'gettext' (#fcl)

TLongWordArray

Array of longwordelements.

Declaration

Source position: gettext.pp line 49

type TLongWordArray = array [0..(1shl30)divSizeOf(LongWord)] of LongWord;

Description

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.

See also

PLongWordArray

  

Pointer to a TLongWordArrayarray.