Description
Returns a reference to the application object McApplication.
-
Property type
-
A McApplication object.
-
Syntax
-
object.Application
The Application Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
This property can be used to reference and qualify the application object when its global instance is used in Visual Basic. The first access to this property will return the running instance of McApplication if it exists or create a new one.
|