record T2DTopCell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T2DTopCell = record

Description

The row and column of a cell

  T2DTopCell = record
    Col: integer;
    Row: integer;
  end;
  

Overview

Fields

Col: integer;
Row: integer;

Description

Fields

Col: integer;

Col is the column number.

Row: integer;

Row is the row number.


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