Difference between revisions of "DisguiseClient"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> procedure DisguiseClient(Caption: AnsiString); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Changes the...")
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
==Availability==
 
==Availability==
SCAR Divi 3.00 > Current
+
SCAR Divi 3.21 > 3.34
  
 
==Description==
 
==Description==
Line 20: Line 20:
 
*[[Disguise]]
 
*[[Disguise]]
  
[[Category:Functions]]
+
[[Category:Deprecated Functions]]
[[Category:Client Functions]]
 

Latest revision as of 12:09, 25 July 2012

Definition

procedure DisguiseClient(Caption: AnsiString);

Availability

SCAR Divi 3.21 > 3.34

Description

Changes the title of the client window that is currently selected to the string given by s.

Example

begin
  DisguiseClient('Hello world!');
end.

See Also