Class TTestPlanTestRunArray

Unit

Declaration

type TTestPlanTestRunArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.