Difference between revisions of "TSCARClient.InputArea"
From SCAR Divi Manual
(Created page with "==Definition== Member of TSCARClient, read/write.<source lang="scar" lines="false"> property TSCARClient.InputArea: TBox; </source> ==Availability== SCAR Divi 3.35 > Current...") |
(No difference)
|
Latest revision as of 18:41, 22 July 2012
Definition
Member of TSCARClient, read/write.property TSCARClient.InputArea: TBox;
Availability
SCAR Divi 3.35 > Current
Description
Holds the TSCARClient's input area, this is the box representing the client's I/O input area on the actual client, "the select area".
Example
begin WriteLn(BoxToStr(GetClient.InputArea)); end.