[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TEventTypes

Declaration

Source position: osutilsh.inc line 57

type TEventTypes = set of (

  etCustom,

  

Custom log event, with application-specific meaning

  etInfo,

  

General information event message

  etWarning,

  

Warning message

  etError,

  

Error condition message

  etDebug

  

Debug message.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.