System commands
  

'System' object. It will allow to read (and write when possible) various operating system properties.

The first implementation allows to access (read and write) the system clipboard and various system settings (read only).

SYNTAX
Pseudo-OOP:

Get:
System.Clipboard  -->  cString
System.DesktopWidth  --> 
nNumber
System.DesktopHeight  --> 
nNumber
System.DefaultPrinter  --> 
cString
System.DesktopFolder  --> 
cString
System.MyDocumentsFolder  --> 
cString
System.ProgramFilesFolder  --> 
cString
System.SystemFolder  --> 
cString
System.TempFolder  --> 
cString
System.WindowsFolder  --> 
cString
System.ClientWidth  -->  nNumber
System.ClientHeight
-->  nNumber

Set:
System.Clipboard := <cString>


'System' object supports a playing of the following system sounds:
Ok, Beep, Asterisk, Exclamation, Hand and Question.

SYNTAX
Pseudo-OOP:

System.OkSound
System.HandSound
System.QuestionSound
System.ExclamationSound
System.AsteriskSound
System.BeepSound