Pascal Scripting: SuppressibleTaskDialogMsgBox

Prototype

function SuppressibleTaskDialogMsgBox(const Instruction, Text: String; const Typ: TMsgBoxType; const Buttons: Cardinal; const ButtonLabels: TArrayOfString; const ShieldButton: Integer; const Default: Integer): Integer;

Description

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