Difference between revisions of "SetClientWindowHandle"
From SCAR Divi Manual
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > | + | SCAR Divi 3.00 > 3.35 |
==Description== | ==Description== | ||
Line 25: | Line 25: | ||
*[[SetTargetDC]] | *[[SetTargetDC]] | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Revision as of 02:59, 25 July 2012
Definition
procedure SetClientWindowHandle(const H: Hwnd);
Availability
SCAR Divi 3.00 > 3.35
Description
Sets a new window as client specified by thez given window handle H.
Example
begin SetClientWindowHandle(123456); WriteLn(GetClientWindowHandle); end.
Output:
123456