Class TPrintChemistryZone

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPrintChemistryZone = class(TCustomPhastZone)

Description

TPrintChemistryZone represents an individual "Print Chemistry" zone.

It provides a TIProperty for "Print Chemistry".

Hierarchy

Overview

Fields

Public FPrint_Chemistry: 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_Chemistry: TIProperty;

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

Public constructor Create; override;

Create creates an instance of TPrintChemistryZone.

Public destructor Destroy; override;

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


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