Difference between revisions of "MoveToTray"
From SCAR Divi Manual
(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. ...") |
(No difference)
|
Latest revision as of 09:30, 28 June 2011
Contents
Definition
procedure MoveToTray;
Availability
SCAR Divi 3.00 > Current
Description
Moves SCAR Divi to the system tray.
Example
begin MoveToTray; end.