IMobileApplicationPublishObjects.Item

Fore Syntax

Item(Index: Integer): IMobileApplicationPublishObject;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;

Parameters

Index. The element index in the collection.

Description

The Item property returns the specified element from the collection of objects in the published mobile application.

Comments

Indexing of elements in the collection is continuous and starts with zero. The number of elements in the collection is returned by the IMobileApplicationPublishObjects.Count property.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublicator.Items.

See also:

IMobileApplicationPublishObjects