Difference between revisions of "DisguiseClient"

From SCAR Divi Manual
Jump to: navigation, search
Line 5: Line 5:
  
 
==Availability==
 
==Availability==
SCAR Divi 3.21 > Current
+
SCAR Divi 3.21 > 3.35
  
 
==Description==
 
==Description==
Line 20: Line 20:
 
*[[Disguise]]
 
*[[Disguise]]
  
[[Category:Functions]]
+
[[Category:Deprecated Functions]]
[[Category:Client Functions]]
 

Revision as of 04:05, 25 July 2012

Definition

procedure DisguiseClient(Caption: AnsiString);

Availability

SCAR Divi 3.21 > 3.35

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