Unit 'dbugintf' Package
[Overview][Resource strings][Types][Procedures and functions][Variables][Index] [#fcl]

TDebugLevel

Level of the message.

Declaration

Source position: dbugintf.pp line 25

type TDebugLevel = (

  dlInformation,

  

Informational message.

  dlWarning,

  

Warning message.

  dlError

  

Error message.

);

Description

TDebugLevel indicates the severity level of the debug message to be sent. By default, an informational message is sent.

See also

SendDebugFmtEx

  

Format and send message with alternate type.

SendDebugEx

  

Send debug message other than informational messages.


Documentation generated on: Jul 24 2023