Class TInsurancePlanLimitArray

Unit

Declaration

type TInsurancePlanLimitArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.