Class TCustomChemSpeciesCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomChemSpeciesCollection = class(TEnhancedOrderedCollection)

Description

no description available, TEnhancedOrderedCollection description follows

TEnhancedOrderedCollection extends TOrderedCollection by adding IndexOf and Remove.

Hierarchy

Overview

Methods

Private function GetItem(Index: Integer): TChemSpeciesItem;
Private procedure SetItem(Index: Integer; const Value: TChemSpeciesItem);
Public function Add: TChemSpeciesItem;
Public function Insert(Index: integer): TChemSpeciesItem;
Public procedure UpdateDataArrays; virtual;
Public procedure Loaded;
Public function IndexOfName(const AName: string): integer;

Properties

Public property Items[Index:Integer]: TChemSpeciesItem read GetItem write SetItem;

Description

Methods

Private function GetItem(Index: Integer): TChemSpeciesItem;
 
Private procedure SetItem(Index: Integer; const Value: TChemSpeciesItem);
 
Public function Add: TChemSpeciesItem;
 
Public function Insert(Index: integer): TChemSpeciesItem;
 
Public procedure UpdateDataArrays; virtual;
 
Public procedure Loaded;
 
Public function IndexOfName(const AName: string): integer;
 

Properties

Public property Items[Index:Integer]: TChemSpeciesItem read GetItem write SetItem;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:53