SetClientWindowHandle

From SCAR Divi Manual
Revision as of 11:31, 3 September 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> procedure SetClientWindowHandle(H: Integer); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Sets a new wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

procedure SetClientWindowHandle(H: Integer);

Availability

SCAR Divi 3.00 > Current

Description

Sets a new window as client specified by thez given window handle H.

Example

begin
  SetClientWindowHandle(123456);
  WriteLn(GetClientWindowHandle);
end.

Output:

123456

See Also