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

TPCharArray

Array of PCharelements

Declaration

Source position: gettext.pp line 52

type TPCharArray = array [0..(1shl30)divSizeOf(PChar)] of PChar;

Description

TLongWordArrayis an array used to define the PPCharArraypointer. A variable of type TPCharArrayshould never be directly declared, as it would occupy too much memory. The PPCharArraytype can be used to allocate a dynamic number of elements.

See also

PPCharArray

  

Pointer to a TPCharArrayarray.