SourceItem(Index: Integer): IMobileApplicationPublishObject;
SourceItem[Index: integer]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;
Index. The element index in the collection.
The SourceItem property returns the specified element from the data source collection.
Indexation of elements in the collection is continuous and starts with zero. The IMobileApplicationPublishObjectSources.Count property returns the number of elements in the collection.
The property use is given in the example for IMobileApplicationPublicator.Items.
See also: