Difference between revisions of "ActivateClient"
From SCAR Divi Manual
(→Definition) |
|||
Line 5: | Line 5: | ||
==Availability== | ==Availability== | ||
− | SCAR Divi 3.00 > | + | SCAR Divi 3.00 > SCAR Divi 3.35 |
==Description== | ==Description== | ||
Line 19: | Line 19: | ||
</source> | </source> | ||
− | [[Category: | + | [[Category:Deprecated Functions]] |
− |
Revision as of 01:40, 25 July 2012
Contents
Definition
procedure ActivateClient;
Availability
SCAR Divi 3.00 > SCAR Divi 3.35
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.