3.4 Accounts

A collection of Account objects.

3.4.1 Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Count

R/O

Long. The number of objects in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows only.

Parent

R/O

Application. The Application object that owns this collection. This property is included for completeness and is identical to the Application property.

3.4.2 Methods

Account Item(Long Index)

DEFAULT. Returns the Account object located at the given Index in the collection. Valid indexes are 1 through Count, inclusive. Throws an exception if the Index is outside of this range.

3.4.3 Remarks

The Accounts collection has no direct Add method. Instead, Account objects are added by the Application object's Proxy method, or by the Application object's MultiLogin method.

There is no need to refresh an Accounts collection, it is always up-to-date.