System Property (AApp)

Returns the current system object.

Syntax

[ obSystemObject = ] Object.System

The System property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp object

obSystemObject

Object

The current system object.

Example

The following statement gets the number of drivers from the current system object:

nDrivers = App.System.DriversCount

Applies to

AApp

See Also

Programs