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...") |
(No difference)
|
Revision as of 20:03, 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.