Disguise
From SCAR Divi Manual
Definition
procedure Disguise(const Str: string);
Availability
SCAR Divi 3.00 > Current
Description
Changes SCAR's program title and main window title to the string given by s to "disguise" SCAR.
Example
begin Disguise('Hello world!'); end.