[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Array of PChar elements
Source position: gettext.pp line 51
type TPCharArray = array [0..(1shl30)divSizeOf(PChar)] of PChar; |
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. |