Class TCodeSystemPropertyArray

Unit

Declaration

type TCodeSystemPropertyArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.