ActivateClient

From SCAR Divi Manual
Jump to: navigation, search

Definition

procedure ActivateClient;

Availability

SCAR Divi 3.00 > 3.34

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.