Difference between revisions of "GetClient"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> funciton GetClient: TSCARClient; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Returns the active cli...") |
|||
Line 1: | Line 1: | ||
==Definition== | ==Definition== | ||
<source lang="scar" lines="false"> | <source lang="scar" lines="false"> | ||
− | + | function GetClient: TSCARClient; | |
</source> | </source> | ||
Latest revision as of 02:21, 25 July 2012
Definition
function GetClient: TSCARClient;
Availability
SCAR Divi 3.35 > Current
Description
Returns the active client object as a TSCARClient.
Example
begin WriteLn(BoxToStr(GetClient.ImageArea)); end.