Unit 'prefs' Package
[Overview][Constants][Types][Index] [#amunits]

tLocalePrefs

Declaration

Source position: prefs.pas line 208

type tLocalePrefs = record

  lp_Reserved: array [0..3] of LongWord;

  lp_CountryName: array [0..31] of Char;

  lp_PreferredLanguages: array [0..9] of array [0..29] of Char;

  lp_GMTOffset: LongInt;

  lp_Flags: LongWord;

  lp_CountryData: tCountryPrefs;

end;


Documentation generated on: 2021-07-30