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