Class TAttachmentArray

Unit

Declaration

type TAttachmentArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.