Returns the number of driver shortcut objects in the object.
[ lDriversCount = ] Object.DriversCount
The DriversCount property syntax has the following parts:
Name |
Type |
Description |
Object |
ASystem |
ASystem object |
lDriversCount |
Long |
An integer specifying the number of ADriver shortcut objects in the object. The default value is 0. |
The DriversCount property returns the number of drivers no matter if one of them are missing.
The following statement shows how to retrieve the number of drivers in the system:
print "The system contains "; System.DriversCount; " drivers"