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