Difference between revisions of "ActivateClient"
From SCAR Divi Manual
(Created page with "==Definition== <func>procedure ActivateClient;</func> ==Availability== SCAR Divi 3.00 > Current ==Description== This function brings the currently selected client to the foregr...") |
(→Definition) |
||
Line 1: | Line 1: | ||
==Definition== | ==Definition== | ||
− | < | + | <source lang="scar" lines="false"> |
+ | procedure ActivateClient; | ||
+ | </source> | ||
==Availability== | ==Availability== |
Revision as of 10:45, 26 June 2011
Contents
Definition
procedure ActivateClient;
Availability
SCAR Divi 3.00 > Current
Description
This function brings the currently selected client to the foreground and makes it take focus.
Example
// Before running, select a window as client and hide it behind another window begin Wait(5000); ActivateClient; end.