IMobileApplicationPublishObjectSources.SourceItem

Fore Syntax

SourceItem(Index: Integer): IMobileApplicationPublishObject;

Fore.NET Syntax

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

Parameters

Index. The element index in the collection.

Description

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

Comments

Indexation of elements in the collection is continuous and starts with zero. The IMobileApplicationPublishObjectSources.Count property returns the number of elements in the collection.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishObjectSources