Class TInitialHeadZone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInitialHeadZone = class(TCustomPhastZone)

Description

TInitialHeadZone represents an individual initial head zone.

It provides a TRProperty for the initial head.

Hierarchy

Overview

Fields

Public FInitialHead: TRProperty;

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;
Public constructor Create; override;
Public destructor Destroy; override;

Description

Fields

Public FInitialHead: TRProperty;

FInitialHead: TRProperty; FInitialHead specifies the initial head of the zone.

Methods

Protected procedure AssignProperties(const LayerIndex, RowIndex, ColIndex: integer; const DataSets: TCustomDataSets; const CanMergeX, CanMergeY, CanMergeZ: boolean); override;

AssignProperties calls the inherited AssignProperties and then assigns a value to FInitialHead based on the values at (LayerIndex, RowIndex, ColIndex) in DataSets.

Public constructor Create; override;

Create creates an instance of TInitialHeadZone.

Public destructor Destroy; override;

Destroy destroys the current instance of TInitialHeadZone. Do not call Destroy directly. Call Free instead.


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