[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Translations' (#lazutils)

TStringsType

Declaration

Source position: translations.pas line 72

type TStringsType = (

  stLrj,

  

Lazarus resource string table in JSON format.

  stRst,

  

FPC resource string table (prior to FPC 2.7.1).

  stRsj

  

FPC resource string table in JSON format (since FPC 2.7.1).

);