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

Set:
System.Clipboard := <cString>