DisguiseClient

From SCAR Divi Manual
Jump to: navigation, search

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.

See Also