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

TGNotificationPriority

Declaration

Source position: lazgio2.pas line 346

type TGNotificationPriority = (

  TGNotificationPriorityMinValue = - $7FFFFFFF,

  

  G_NOTIFICATION_PRIORITY_NORMAL = 0,

  

  G_NOTIFICATION_PRIORITY_LOW = 1,

  

  G_NOTIFICATION_PRIORITY_HIGH = 2,

  

  G_NOTIFICATION_PRIORITY_URGENT = 3,

  

  TGNotificationPriorityMaxValue = $7FFFFFFF

  

);