Class TInventoryReportInventoryListingArray

Unit

Declaration

type TInventoryReportInventoryListingArray = class(TBSFHIRObjectArray)

Description

No description available, ancestor TBSFHIRObjectArray description follows

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.15.0.