IMetabaseObjectControl.Item

Fore Syntax

Item(Index: Integer): IMetabaseObjectParamControl;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Metabase.IMetabaseObjectParamControl;

Parameters

Index. Index of the nested object parameter.

Description

The Item property returns a binding of the nested object parameter to the parameters of the current object.

Example

The example of use is given in description of the IMetabaseObjectControlInfo.Count property.

See also:

IMetabaseObjectControl