Returns the current system object.
[ obSystemObject = ] Object.System
The System property syntax has the following parts:
Name |
Type |
Description |
Object |
AApp |
AApp object |
obSystemObject |
Object |
The current system object. |
The following statement gets the number of drivers from the current system object:
nDrivers = App.System.DriversCount