Getting Started
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
bsFhir_stu3
type TContributorArray = class(TBSFHIRObjectArray)
function Add: TContributor;
function Last: TContributor;
function GetItem(const AIndex:Integer) : TContributor;
procedure SetItem(const AIndex:Integer; const AValue: TContributor);
property Items[constAIndex:integer]: TContributor read GetItem write SetItem;