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...")
(No difference)

Revision as of 09:16, 28 June 2011

Definition

procedure DisguiseClient(Caption: AnsiString);

Availability

SCAR Divi 3.00 > 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.

See Also