[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGKeyFileFlags

Declaration

Source position: lazglib2.pas line 429

type TGKeyFileFlags = set of (

  TGKeyFileFlagsIdxMinValue = 0,

  

  G_KEY_FILE_KEEP_COMMENTS = 0,

  

  G_KEY_FILE_KEEP_TRANSLATIONS = 1,

  

  TGKeyFileFlagsIdxMaxValue = 31

  

);