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

Methods
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.


Properties
CommandBarsRead-write property

Get or set the name of the menu file.

DescriptionRead-write property

Get or set the description of this identity displayed in the login dialog.

IsActiveRead-only property

This property is True when this is the active identity.

JournalRead-write property

Get or set the name of the “Journal” database used by this identity.

NameRead-only property

The name of this identity as assigned in McIdentities.Add.

ProjectRead-write property

Get or set the VBA project loaded with this identity.

SettingsRead-only property

Returns some settings stored in this identity.