System Object

Multiple objects
System

Contains information about the computer system.

Using the System Object

Use the System property to return the System object. If the operating system is Windows, the following example makes a network connection to \\Project\Info.

If System.OperatingSystem = "Windows" Then
    System.Connect Path:="\\Project\Info"
End If

The following example displays the current screen resolution (for example, "1024 x 768").

horz = System.HorizontalResolution
vert = System.VerticalResolution
MsgBox "Resolution = " & horz & " x " & vert

Properties | Application Property | CountryRegion Property | Creator Property | Cursor Property | FreeDiskSpace Property | Getting Help on Macintosh Keywords | Getting Help on Macintosh Keywords | Getting Help on Macintosh Keywords | HorizontalResolution Property | LanguageDesignation Property | MathCoprocessorInstalled Property | OperatingSystem Property | Parent Property | PrivateProfileString Property | ProcessorType Property | ProfileString Property | Version Property | VerticalResolution Property

Methods | Connect Method | MSInfo Method

Parent Objects | Application Object | Global Object

Child Objects