procedure AddToReport(const Str: string);
SCAR Divi 3.00 > Current
Adds a string s to the report box. In case the report box is not visible, it will be toggled visible.
begin AddToReport('Hello world!'); end.