Class TAddressArray

Unit

Declaration

type TAddressArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.