Class TCustomLayerGroup

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomLayerGroup = class(TGrowItem)

Description

no description available, TGrowItem description follows
no description available, TOrderedItem description follows

TOrderedItem is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.

Hierarchy

Overview

Fields

Private FDataArrayName: string;
Private FAquiferName: string;
Private FAquiferDisplayName: string;

Methods

Private procedure SetDataArrayName(const NewName: string);
Private procedure SetAquiferName(const Value: string);
Private function EvalAt: TEvaluatedAt; virtual;
Private function GetSimulated: boolean; virtual;
Private procedure SetSimulated(const Value: boolean); virtual;
Private procedure UpdateDataArray(const NewName, NewDisplayName: string);
Private procedure SetTopDisplayName(Model: TBaseModel);
Protected function Collection: TCustomLayerStructure;
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Protected procedure Loaded; virtual;
Protected function ShouldCreateDataArray: Boolean; virtual;
Public procedure Assign(Source: TPersistent); override;

Properties

Published property DataArrayName: string read FDataArrayName write SetDataArrayName;
Published property AquiferName: string read FAquiferName write SetAquiferName;
Published property Simulated: boolean read GetSimulated write SetSimulated;

Description

Fields

Private FDataArrayName: string;
 
Private FAquiferName: string;
 
Private FAquiferDisplayName: string;
 

Methods

Private procedure SetDataArrayName(const NewName: string);
 
Private procedure SetAquiferName(const Value: string);
 
Private function EvalAt: TEvaluatedAt; virtual;
 
Private function GetSimulated: boolean; virtual;
 
Private procedure SetSimulated(const Value: boolean); virtual;
 
Private procedure UpdateDataArray(const NewName, NewDisplayName: string);
 
Private procedure SetTopDisplayName(Model: TBaseModel);
 
Protected function Collection: TCustomLayerStructure;
 
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
 
Protected procedure Loaded; virtual;
 
Protected function ShouldCreateDataArray: Boolean; virtual;
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Published property DataArrayName: string read FDataArrayName write SetDataArrayName;
 
Published property AquiferName: string read FAquiferName write SetAquiferName;
 
Published property Simulated: boolean read GetSimulated write SetSimulated;
 

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