Class TTestReportParticipantArray

Unit

Declaration

type TTestReportParticipantArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

Public function Add: TTestReportParticipant;
Public function Last: TTestReportParticipant;
Public function GetItem(const AIndex:Integer) : TTestReportParticipant;
Public procedure SetItem(const AIndex:Integer; const AValue: TTestReportParticipant);

Properties

Public property Items[constAIndex:integer]: TTestReportParticipant read GetItem write SetItem;

Description

Methods

Public function Add: TTestReportParticipant;
 
Public function Last: TTestReportParticipant;
 
Public function GetItem(const AIndex:Integer) : TTestReportParticipant;
 
Public procedure SetItem(const AIndex:Integer; const AValue: TTestReportParticipant);
 

Properties

Public property Items[constAIndex:integer]: TTestReportParticipant read GetItem write SetItem;
 

Generated by PasDoc 0.15.0.