Class TAppointmentParticipantArray

Unit

Declaration

type TAppointmentParticipantArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.