IMobileApplicationPublishObjectSources.SourceItem

Fore Syntax

SourceItem(Index: Integer): IMobileApplicationPublishObject;

Fore.NET Syntax

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

Parameters

Index. Element index in the collection.

Description

The SourceItem property returns the specified element from the data sources collection.

Comments

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

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishObjectSources