Alert

From SCAR Divi Manual
Revision as of 01:47, 26 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <func>procedure Alert(const s: AnsiString);</func> ==Availability== SCAR Divi 3.20 > Current ==Description== Shows an alert similar to those of Windows Live Mess...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

<func>procedure Alert(const s: AnsiString);</func>

Availability

SCAR Divi 3.20 > Current

Description

Shows an alert similar to those of Windows Live Messenger, containing the given string s.

Example 1

begin
  Alert('Hello world!');
end.

See Also