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

TGMemoryMonitorWarningLevel

Declaration

Source position: lazgio2.pas line 821

type TGMemoryMonitorWarningLevel = (

  TGMemoryMonitorWarningLevelMinValue = - $7FFFFFFF,

  

  G_MEMORY_MONITOR_WARNING_LEVEL_LOW = 50,

  

  G_MEMORY_MONITOR_WARNING_LEVEL_MEDIUM = 100,

  

  G_MEMORY_MONITOR_WARNING_LEVEL_CRITICAL = 255,

  

  TGMemoryMonitorWarningLevelMaxValue = $7FFFFFFF

  

);