ITabObjectGroup.ChildItem

Fore Syntax

ChildItem(Index:Integer): ITabObject;

Fore.NET Syntax

ChildItem[Index:integer]: Prognoz.Platform.Interop.Tab.ITabObject;

Parameters

Index. Index of group element.

Description

The ChildItem property returns the group element, index of which is passed as the Index input parameter.

See also:

ITabObjectGroup