Returns the default name for the driver.
[ 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. |
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.
The following statement documents the initialization of the current driver in the log:
print "The default name of this driver is "; Driver.DefaultName