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: integer; Col is the column number.

Row: integer;

Row: integer; Row is the row number.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:32