AddToReport
From SCAR Divi Manual
Definition
procedure AddToReport(const Str: string);
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.