Difference between revisions of "Disguise"

From SCAR Divi Manual
Jump to: navigation, search
Line 16: Line 16:
 
end.
 
end.
 
</source>
 
</source>
 +
 +
==See Also==
 +
*[[ResetCaption]]
  
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:GUI Functions]]
 
[[Category:GUI Functions]]

Revision as of 22:48, 27 June 2011

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