Unit 'gettext' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TMOStringTable

Array of TMOStringInfo records.

Declaration

Source position: gettext.pp line 50

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

Description

TMOStringTable is an array type containing TMOStringInfo records. It should never be used directly, as it would occupy too much memory.

See also

PMOStringTable

  

Pointer to a TMOStringTable array.


Documentation generated on: Jan 30 2024