procedure Alert(const s: AnsiString);
SCAR Divi 3.20 > Current
Shows an alert similar to those of Windows Live Messenger, containing the given string s.
begin Alert('Hello world!'); end.