Class TListEntryArray

Unit

Declaration

type TListEntryArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.