IEmHeader.Item

Fore syntax

Item(Index: Integer): String;

Fore.NET syntax

Item[Index: integer]: string;

Parameters

Index. Header element index.

Description

The Item property determines specified header element value.

Comments

Indexation of the elements is continuous and starts from zero. The IEmHeader.Count property returns the number of the header elements.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.AddAllSeries.

See also:

IEmHeader