Class TInsurancePlanCostArray

Unit

Declaration

type TInsurancePlanCostArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.