Pascal Scripting: SuppressibleMsgBox

Prototype

function SuppressibleMsgBox(const Text: String; const Typ: TMsgBoxType; const Buttons, Default: Integer): Integer;

Description

Displays a suppressible message box. If message boxes are being suppressed (see Setup Command-Line Parameters), Default is returned. Otherwise, SuppressibleMsgBox acts the same as the regular MsgBox.