Class TCustomLayerPackageSelection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomLayerPackageSelection = class(TModflowPackageSelection)

Description

TCustomLayerPackageSelection is used for MODFLOW packages in which the user specifies an array of layer numbers to which the package applies.

Hierarchy

Overview

Fields

Private FLayerOption: TLayerOption;
Private FOnLayerChoiceChange: TNotifyEvent;

Methods

Private procedure SetLayerOption(const Value: TLayerOption);
Public Constructor Create(Model: TBaseModel);
Public procedure Assign(Source: TPersistent); override;

Properties

Public property OnLayerChoiceChange: TNotifyEvent read FOnLayerChoiceChange write FOnLayerChoiceChange;
Published property LayerOption: TLayerOption read FLayerOption write SetLayerOption;

Description

Fields

Private FLayerOption: TLayerOption;
 
Private FOnLayerChoiceChange: TNotifyEvent;
 

Methods

Private procedure SetLayerOption(const Value: TLayerOption);
 
Public Constructor Create(Model: TBaseModel);
 
Public procedure Assign(Source: TPersistent); override;
 

Properties

Public property OnLayerChoiceChange: TNotifyEvent read FOnLayerChoiceChange write FOnLayerChoiceChange;
 
Published property LayerOption: TLayerOption read FLayerOption write SetLayerOption;
 

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