record TCellLocation

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCellLocation = record

Description

TCellLocation defines a cell location.

  TCellLocation = record
    Layer: integer;
    Row: integer;
    Column: integer;
  end;
 

Overview

Fields

Layer: integer;
Row: integer;
Column: integer;
Section: integer;

Methods

class operator Equal(ACell: TCellLocation; BCell: TCellLocation): boolean;

Description

Fields

Layer: integer;

Layer is the layer in the grid to for this boundary (Zero based).

Row: integer;

Row is the row in the grid to for this boundary (Zero based).

Column: integer;

Column is the column in the grid to for this boundary (Zero based).

Section: integer;
 

Methods

class operator Equal(ACell: TCellLocation; BCell: TCellLocation): boolean;
 

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