ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Writes a custom runtime warning to the dynamic audit. dbgWriteWarningAudit has no effect if the audit is not enabled.
Remark: Dynamic auditing can be enabled using the dbgEnableAudit function.
Example
// Vérifie qu'une fenêtre est bien ouverte
IF WinStatus("FenêtreToujoursOuverte") = NotFound THEN
	dbgWriteWarningAudit(1, "La fenêtre FenêtreToujoursOuverte a été fermée")
END
Syntax
dbgWriteWarningAudit(<Code> [, <Warning Text>])
<Code>: Integer
Code of the warning to write.
This number (included between 1 and 1000) is defined by the developer.
<Warning Text>: Optional character string
Explanatory message associated with the warning.
Remarks
dbgAuditStatus is used to find out whether the audit is enabled in order to:
  • perform the checks in this case only.
  • avoid reducing the performance of the application in standard execution.
Component: wd300vm.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help