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...") |
|||
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3. | + | SCAR Divi 3.21 > Current |
==Description== | ==Description== |
Revision as of 09:20, 28 June 2011
Definition
procedure DisguiseClient(Caption: AnsiString);
Availability
SCAR Divi 3.21 > Current
Description
Changes the title of the client window that is currently selected to the string given by s.
Example
begin DisguiseClient('Hello world!'); end.