SourceItem(Index: Integer): IMobileApplicationPublishObject;
SourceItem[Index: integer]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;
Index. Element index in the collection.
The SourceItem property returns the specified element from the data sources collection.
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.
The property use is given in the example for IMobileApplicationPublicator.Items.
See also: