Class TpositiveIntArray

Unit

Declaration

type TpositiveIntArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.