- Description
This is the class describing IQ application identities.
Object Model -
Remarks
Identities are maintained in the McIdentities collection, exposed as McApplication.Identities. One of the identities is known as active, and dictates the software look and behavior. Application settings, exposed as McApplication.Settings are always stored in the active identity.
-
Members
| Activate |
Switch to this identity, making it the active one.
|
| Backup |
Backup identity settings to a specified folder.
|
| Delete |
Delete this identity.
|
| Import |
Import settings from another identity.
|
| Reset |
Reset some aspects of this identity.
|
| Save |
Save this identity to its file.
|
| CommandBars |  |
Get or set the name of the menu file.
|
| Description |  |
Get or set the description of this identity displayed in the login dialog.
|
| IsActive |  |
This property is True when this is the active identity.
|
| Journal |  |
Get or set the name of the Journal database used by this identity.
|
| Name |  |
The name of this identity as assigned in McIdentities.Add.
|
| Project |  |
Get or set the VBA project loaded with this identity.
|
| Settings |  |
Returns some settings stored in this identity.
|
|