| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Array of TMOStringInfo records.
Source position: gettext.pp line 44
type TMOStringTable = array [0..(1shl30)divSizeOf(TMOStringInfo)] of TMOStringInfo;  | 
TMOStringTable is an array type containing TMOStringInfo records. It should never be used directly, as it would occupy too much memory.
  | 
Pointer to a TMOStringTable array.  |