DisguiseClient

From SCAR Divi Manual
Revision as of 10:20, 28 June 2011 by Freddy (talk | contribs)
Jump to: navigation, search

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.

See Also