Class TPersonLinkArray

Unit

Declaration

type TPersonLinkArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.