Disguise

From SCAR Divi Manual
Jump to: navigation, search

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.

See Also