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

TGFileAttributeInfoFlags

Declaration

Source position: lazgio2.pas line 742

type TGFileAttributeInfoFlags = set of (

  TGFileAttributeInfoFlagsIdxMinValue = 0,

  

  G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE = 0,

  

  G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED = 1,

  

  TGFileAttributeInfoFlagsIdxMaxValue = 31

  

);