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

TMOStringTable

Array of TMOStringInforecords.

Declaration

Source position: gettext.pp line 45

type TMOStringTable = array [0..(1shl30)divSizeOf(TMOStringInfo)] of TMOStringInfo;

Description

TMOStringTableis an array type containing TMOStringInforecords. It should never be used directly, as it would occupy too much memory.

See also

PMOStringTable

  

Pointer to a TMOStringTablearray.