Difference between revisions of "GetClientWindowHandle"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function GetClientWindowHandle: Hwnd; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the window h...") |
|||
Line 19: | Line 19: | ||
==See Also== | ==See Also== | ||
*[[SetClientWindowHandle]] | *[[SetClientWindowHandle]] | ||
+ | *[[GetTargetDC]] | ||
*[[GetClientDimensions]] | *[[GetClientDimensions]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Client Functions]] | [[Category:Client Functions]] |
Revision as of 20:04, 30 August 2011
Definition
function GetClientWindowHandle: Hwnd;
Availability
SCAR Divi 3.00 > Current
Description
Returns the window handle of the client that is currently selected.
Example
begin WriteLn(GetClientWindowHandle); end.