Class TInitialChemistryZoneGroup

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TInitialChemistryZoneGroup = class(TCustomZoneGroup)

Description

TInitialChemistryZoneGroup is used to determine a set of zones for the initial chemistry.

Hierarchy

Overview

Methods

Private function GetZone(Index: integer): TInitialChemistryZone;
Public constructor Create;

Properties

Public property Zones[Index:integer]: TInitialChemistryZone read GetZone;

Description

Methods

Private function GetZone(Index: integer): TInitialChemistryZone;

See Zones.

Public constructor Create;

Create creates an instance of TInitialChemistryZoneGroup and creates the TInitialChemistryZones for it.

Properties

Public property Zones[Index:integer]: TInitialChemistryZone read GetZone;

Zones allows access to the TInitialChemistryZones for this TInitialChemistryZoneGroup. See TCustomZoneGroup.Zones ZoneCount.


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