Interface IDiagnosticSet

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IDiagnosticSet = interface(IInterface)

Description

A group of IDiagnostics.

Attributes
GUID['{967B9561-6222-4CFB-989E-CCD2450EB9E9}']

Hierarchy

  • IInterface
  • IDiagnosticSet

Overview

Methods

Public function GetCount: Integer;
Public function GetDiagnostic(const AIndex: Integer): IDiagnostic;
Public function GetHandle: TCXDiagnosticSet;

Properties

Public property Count: Integer read GetCount;
Public property Diagnostics[constAIndex:Integer]: IDiagnostic read GetDiagnostic;
Public property Handle: TCXDiagnosticSet read GetHandle;

Description

Methods

Public function GetCount: Integer;
 
Public function GetDiagnostic(const AIndex: Integer): IDiagnostic;
 
Public function GetHandle: TCXDiagnosticSet;
 

Properties

Public property Count: Integer read GetCount;

Number of diagnostics

Public property Diagnostics[constAIndex:Integer]: IDiagnostic read GetDiagnostic;

The diagnostics

Public property Handle: TCXDiagnosticSet read GetHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.