Name

Popup::AnyMessage — Generic message popup

Synopsis

Import Popup;
void Popup::AnyMessage ( string  headline ,
  string  message );

Parameters

string headline

optional headline or Popup::NoHeadline()

string message

the message (maybe multi-line) to display.

Return Value

void

Description

Show a message with optional headline above and wait until user clicked "OK".

See