Class TSelectedCells

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSelectedCells = class(TObject)

Description

Hierarchy

Overview

Fields

Private FLayerCount: integer;
Private FRowCount: integer;
Private FColCount: integer;
Private FSelected: array of array of array of boolean;

Methods

Private function GetSelected(Layer, Row, Col: integer): boolean;
Private procedure SetSelected(Layer, Row, Col: integer; const Value: boolean);
Private procedure ValidateIndicies(Col: Integer; Row: Integer; Layer: Integer);
Private function GetHasCells: boolean;
Public procedure SetExtents(LayerCount, RowCount, ColCount: integer);
Public procedure Clear;

Properties

Public property Selected[Layer,Row,Col:integer]: boolean read GetSelected write SetSelected;
Public property HasCells: boolean read GetHasCells;

Description

Fields

Private FLayerCount: integer;
 
Private FRowCount: integer;
 
Private FColCount: integer;
 
Private FSelected: array of array of array of boolean;
 

Methods

Private function GetSelected(Layer, Row, Col: integer): boolean;
 
Private procedure SetSelected(Layer, Row, Col: integer; const Value: boolean);
 
Private procedure ValidateIndicies(Col: Integer; Row: Integer; Layer: Integer);
 
Private function GetHasCells: boolean;
 
Public procedure SetExtents(LayerCount, RowCount, ColCount: integer);
 
Public procedure Clear;
 

Properties

Public property Selected[Layer,Row,Col:integer]: boolean read GetSelected write SetSelected;
 
Public property HasCells: boolean read GetHasCells;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00