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

TGFileSetContentsFlags

Declaration

Source position: lazglib2.pas line 295

type TGFileSetContentsFlags = set of (

  TGFileSetContentsFlagsIdxMinValue = 0,

  

  G_FILE_SET_CONTENTS_CONSISTENT = 0,

  

  G_FILE_SET_CONTENTS_DURABLE = 1,

  

  G_FILE_SET_CONTENTS_ONLY_EXISTING = 2,

  

  TGFileSetContentsFlagsIdxMaxValue = 31

  

);