Name
Report::DisplayWarnings —
Warning popup dialog can displayed immediately when new warningr is stored.
Synopsis
Import Report;
void
Report::DisplayWarnings
( |
boolean
| display
, |
|
integer
| timeout
) ; |
Parameters
-
boolean
display
if true then display warning popups immediately
-
integer
timeout
dialog is automatically closed after timeout seconds. Value 0 means no time out, dialog will be closed only by user.
Description
This function enables or diables popuping of dialogs.