MoveToTray

From SCAR Divi Manual
Revision as of 10:30, 28 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> procedure MoveToTray; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Moves SCAR Divi to the system tray. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

procedure MoveToTray;

Availability

SCAR Divi 3.00 > Current

Description

Moves SCAR Divi to the system tray.

Example

begin
  MoveToTray;
end.