Array of PChar elements.
Source position: gettext.pp line 57
type TPCharArray = array [0..(1shl30)divSizeOf(PAnsiChar)] of PAnsiChar; |
TLongWordArray is an array used to define the PPCharArray pointer. A variable of type TPCharArray should never be directly declared, as it would occupy too much memory. The PPCharArray type can be used to allocate a dynamic number of elements.
|
Pointer to a TPCharArray array. |