help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TLongWordArray

Array of longword elements.

Declaration

Source position: gettext.pp line 49

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

Description

TLongWordArray is an array used to define the PLongWordArray pointer. A variable of type TLongWordArray should never be directly declared, as it would occupy too much memory. The PLongWordArray type can be used to allocate a dynamic number of elements.

See also

PLongWordArray

  

Pointer to a TLongWordArray array.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505