ILanerResultsBoxStatistics.Active

Fore Syntax

Active(Index: Integer): Boolean;

Fore.NET Syntax

Active[Index: integer]: Boolean;

Parameters

Index. Statistics index.

Description

The Active property returns whether the specified statistics is to be shown..

Comments

Available Values:

Use the ILanerResultsBoxStatistics.Count property to get the total number of statistics. Use the ILanerResultsBoxStatistics.Enabled property to show or hide selected statistics.

Fore and Fore.NET Examples

The method use is given in the example for ILanerResultsBox.Results.

See also:

ILanerResultsBoxStatistics