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

TGMountUnmountFlags

Declaration

Source position: lazgio2.pas line 274

type TGMountUnmountFlags = set of (

  TGMountUnmountFlagsIdxMinValue = 0,

  

  G_MOUNT_UNMOUNT_FORCE = 0,

  

  TGMountUnmountFlagsIdxMaxValue = 31

  

);