Difference between revisions of "TSCARWindowClient"
From SCAR Divi Manual
(Created page with "==Hierarchy== TObject > TSCARObject > TSCARClient > TSCARWindowClient ==Availability== SCAR Divi 3.35 > Current ==Description== This class represents a wind...") |
(→Properties) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
==Description== | ==Description== | ||
− | This class represents a window-based target client for | + | This class represents a window-based target client for SCAR to interact with. It can not only target a window, but also just it's client area. |
==Members== | ==Members== | ||
===Methods=== | ===Methods=== | ||
+ | |||
+ | *[[TSCARWindowClient.Create|Create]] | ||
===Properties=== | ===Properties=== | ||
Line 18: | Line 20: | ||
*[[TSCARWindowClient.DC|DC]] | *[[TSCARWindowClient.DC|DC]] | ||
*[[TSCARWindowClient.ClientArea|ClientArea]] | *[[TSCARWindowClient.ClientArea|ClientArea]] | ||
+ | *[[TSCARWindowClient.Scancodes|Scancodes]] | ||
==See Also== | ==See Also== |
Latest revision as of 14:46, 14 November 2012
Hierarchy
TObject > TSCARObject > TSCARClient > TSCARWindowClient
Availability
SCAR Divi 3.35 > Current
Description
This class represents a window-based target client for SCAR to interact with. It can not only target a window, but also just it's client area.