Class TPrintChemistryXYZ_Zone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPrintChemistryXYZ_Zone = class(TCustomPhastZone)

Description

TPrintChemistryXYZ_Zone represents an individual "Print Chemistry XYZ" zone.

It provides a TIProperty for "Print Chemistry XYZ".

Hierarchy

Overview

Fields

Public FPrint_ChemistryXYZ: TIProperty;

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 FPrint_ChemistryXYZ: TIProperty;

FPrint_ChemistryXYZ: TIProperty; FPrint_ChemistryXYZ specifies "Print Chemistry XYZ" for 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 FPrint_ChemistryXYZ based on the values at (LayerIndex, RowIndex, ColIndex) in DataSets.

Public constructor Create; override;

Create creates an instance of TPrintChemistryXYZ_Zone.

Public destructor Destroy; override;

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


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