Class TStringConcCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStringConcCollection = class(TOrderedCollection)

Description

no description available, TOrderedCollection description follows

TOrderedCollection is a base class for collections that avoid deleting their collection items during assign whenever they can. TOrderedCollection is typically used to allow editing of the collection in a GUI. The model owns (directly or indirectly) one copy of the TOrderedCollection. Another copy will be created in the GUI in which Model will be Nil. The user will edit this latter copy in the GUI. The copy then gets assigned back to the original copy.

See also
Assign
Assign copies the source TOrderedCollection to itself.

Hierarchy

Overview

Fields

Private FScreenObject: TObject;
Private FMt3dmsConcCollection: TCollection;

Methods

Private function GetItem(Index: integer): TStringConcValueItem;
Private procedure SetItem(Index: integer; const Value: TStringConcValueItem);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Model: TBaseModel; ScreenObject: TObject; Mt3dmsConcCollection: TCollection);
Public function IndexOfFormulaObject(AFormulaObject: TFormulaObject): integer;
Public function Add: TStringConcValueItem;
Public procedure RenameItems(const OldSpeciesName, NewSpeciesName: string);

Properties

Public property Items[Index:integer]: TStringConcValueItem read GetItem write SetItem;

Description

Fields

Private FScreenObject: TObject;
 
Private FMt3dmsConcCollection: TCollection;
 

Methods

Private function GetItem(Index: integer): TStringConcValueItem;
 
Private procedure SetItem(Index: integer; const Value: TStringConcValueItem);
 
Public procedure Assign(Source: TPersistent); override;
 
Public constructor Create(Model: TBaseModel; ScreenObject: TObject; Mt3dmsConcCollection: TCollection);
 
Public function IndexOfFormulaObject(AFormulaObject: TFormulaObject): integer;
 
Public function Add: TStringConcValueItem;
 
Public procedure RenameItems(const OldSpeciesName, NewSpeciesName: string);
 

Properties

Public property Items[Index:integer]: TStringConcValueItem read GetItem write SetItem;
 

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