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

TGAppInfoCreateFlagsIdx

Declaration

Source position: lazgio2.pas line 142

type TGAppInfoCreateFlagsIdx = (

  TGAppInfoCreateFlagsIdxMinValue = 0,

  

  G_APP_INFO_CREATE_NEEDS_TERMINAL = 0,

  

  G_APP_INFO_CREATE_SUPPORTS_URIS = 1,

  

  G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION = 2,

  

  TGAppInfoCreateFlagsIdxMaxValue = 31

  

);