Disguise

From SCAR Divi Manual
Revision as of 10:15, 28 June 2011 by Freddy (talk | contribs) (See Also)
Jump to: navigation, search

Definition

procedure Disguise(const s: AnsiString);

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