Type Property (ADriver)

Version 6

Returns the item type of the driver object.

Syntax

[ enType = ] Object.Type

The Type property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver object

enType

enumAAppItemType

An integer specifying the type of current  object, either aappTypeDriver.

Where

enumAAppItemType:

 

Name

Value

Description

aappTypeDriver

1

driver

aappTypeProgram

2

program

aappTypeSystem

3

system

aappTypeProgramsFolder

4

programs folder

aappTypeMiscFolder

5

misc folder

aappTypeShortcut

6

shortcut

Comments

 

Example

The following example prints 1:

print App.System.Drivers(0).type

Applies to

ADriver

See Also