ActivateClient

From SCAR Divi Manual
Revision as of 17:02, 25 June 2011 by Freddy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

<func>procedure ActivateClient;</func>

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.