IsEnabled(Index: Integer): Boolean;
IsEnabled[Index: integer]: boolean;
Index. Report section index.
The IsEnabled property returns whether report section can be displayed.
The number of sections is returned by the IEmSections.Count property. Indexation of the report sections is continuous and starts from zero.
The IEmSections.IsTurnedOn property returns whether section is displayed in the report. Report sections set is determined by the IEmMethodSettings.Format property.
The property use is given in the example for IEmStatisticsSettings.Add.
See also: