Class TMaterialZoneIdItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMaterialZoneIdItem = class(TIDItem)

Description

Hierarchy

Overview

Fields

Private FMaterialZoneValues: TMaterialZone;
Private FZoneNumber: integer;
Private FNextSameID: TMaterialZoneIdItem;

Methods

Private procedure SetMaterialZoneValues(const Value: TMaterialZone);
Private procedure AssignID;
Public Constructor Create;
Public Destructor Destroy; override;

Properties

Public property MaterialZoneValues: TMaterialZone read FMaterialZoneValues write SetMaterialZoneValues;
Public property ZoneNumber: integer read FZoneNumber write FZoneNumber;
Public property NextSameID: TMaterialZoneIdItem read FNextSameID write FNextSameID;

Description

Fields

Private FMaterialZoneValues: TMaterialZone;
 
Private FZoneNumber: integer;
 
Private FNextSameID: TMaterialZoneIdItem;
 

Methods

Private procedure SetMaterialZoneValues(const Value: TMaterialZone);
 
Private procedure AssignID;
 
Public Constructor Create;
 
Public Destructor Destroy; override;
 

Properties

Public property MaterialZoneValues: TMaterialZone read FMaterialZoneValues write SetMaterialZoneValues;
 
Public property ZoneNumber: integer read FZoneNumber write FZoneNumber;
 
Public property NextSameID: TMaterialZoneIdItem read FNextSameID write FNextSameID;
 

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