SetClientWindowHandle

From SCAR Divi Manual
Revision as of 12:57, 4 April 2012 by Freddy (talk | contribs)
Jump to: navigation, search

Definition

procedure SetClientWindowHandle(const H: Hwnd);

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