Applies To Objects
QuickPad, Screen, Session, System, Toolbar
Description
Returns the name of the object as a string. Read-only. See Comments for details.
Syntax
object.Name
Element |
Description |
object |
Any of the above-listed objects. |
Comments
As shown below, the Name property has different meanings for different objects.
Object |
Meaning |
QuickPad |
The name of the QuickPad. |
Screen |
The name of the screen recorded from the session window. (From the Tools menu, choose Record Pages.) The name appears in the status line of the session window. If the screen does not have a name, the property returns an empty string. You can move to a named screen with the NavigateTo method. |
Session |
The name of the session. |
System |
The name of the EXTRA! program. |
Toolbar |
The name of the Toolbar. |