Difference between revisions of "DisguiseClient"
From SCAR Divi Manual
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.21 > 3. | + | SCAR Divi 3.21 > 3.34 |
==Description== | ==Description== |
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.