AddToReport

From SCAR Divi Manual
Revision as of 21:27, 27 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> procedure AddToReport(s: AnsiString); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Adds a [[AnsiString|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

procedure AddToReport(s: AnsiString);

Availability

SCAR Divi 3.00 > Current

Description

Adds a string s to the report box. In case the report box is not visible, it will be toggled visible.

Example

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

See Also