Difference between revisions of "DisguiseClient"
From SCAR Divi Manual
(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. | + | SCAR Divi 3.21 > 3.34 |
==Description== | ==Description== | ||
Line 20: | Line 20: | ||
*[[Disguise]] | *[[Disguise]] | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Latest revision as of 11: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.