Class TCustomFluxObservationGroups

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomFluxObservationGroups = class(TPhastCollection)

Description

no description available, TPhastCollection description follows

TPhastCollection invalidates the model when it is changed.

Hierarchy

Overview

Methods

Private function GetItems(Index: integer): TCustomFluxObservationGroup;
Private procedure SetItems(Index: integer; const Value: TCustomFluxObservationGroup);
Public procedure EliminatedDeletedScreenObjects;
Public procedure Loaded;
Public procedure Remove(Item: TCustomFluxObservationGroup);
Public procedure Assign(Source: TPersistent); override;

Properties

Public property Items[Index:integer]: TCustomFluxObservationGroup read GetItems write SetItems;

Description

Methods

Private function GetItems(Index: integer): TCustomFluxObservationGroup;

See Items.

Private procedure SetItems(Index: integer; const Value: TCustomFluxObservationGroup);

See Items.

Public procedure EliminatedDeletedScreenObjects;

EliminatedDeletedScreenObjects calls EliminatedDeletedScreenObjects for each TCustomFluxObservationGroups in Items.

Public procedure Loaded;

Loaded calls Loaded for each TCustomFluxObservationGroups in Items.

Public procedure Remove(Item: TCustomFluxObservationGroup);

Remove deletes Item from Items.

Public procedure Assign(Source: TPersistent); override;

If Source is a TCustomFluxObservationGroups, Assign copies the contents of Source.

Properties

Public property Items[Index:integer]: TCustomFluxObservationGroup read GetItems write SetItems;

stored in the TCustomFluxObservationGroups.


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