IMobileApplicationPublishObjects.ItemByKey

Fore Syntax

ItemByKey(Key: Integer): IMobileApplicationPublishObject;

Fore.NET Syntax

ItemByKey[Key: uinteger]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;

Parameters

Key. Object key.

Description

The ItemByKey property returns an element of the collection by its key.

Comments

To get an element of the collection by its index, use the IMobileApplicationPublishObjects.ItemByKey property.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublishObjects.LoadFromXml.

See also:

IMobileApplicationPublishObjects