DefaultName Property (ADriver)

Returns the default name for the driver.

Syntax

[ sDefaultName = ] Object.DefaultName

The HelpFile property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver object

sDefaultName

BString

A string specifying the default name to be used when this driver is inserted into the system.

Comments

When inserting a driver into the system, this name, with a numeric suffix if required for uniqueness, is automatically supplied as the driver docitem name.

Example

The following statement documents the initialization of the current driver in the log:

print "The default name of this driver is "; Driver.DefaultName

Applies to

ADriver

See Also

FileName, Name