Description | Hierarchy | Fields | Methods | Properties |
type TSelectedCells = class(TObject)
![]() |
FLayerCount: integer; |
![]() |
FRowCount: integer; |
![]() |
FColCount: integer; |
![]() |
FSelected: array of array of array of boolean; |
![]() |
function GetSelected(Layer, Row, Col: integer): boolean; |
![]() |
procedure SetSelected(Layer, Row, Col: integer; const Value: boolean); |
![]() |
procedure ValidateIndicies(Col: Integer; Row: Integer; Layer: Integer); |
![]() |
function GetHasCells: boolean; |
![]() |
procedure SetExtents(LayerCount, RowCount, ColCount: integer); |
![]() |
procedure Clear; |
![]() |
property Selected[Layer,Row,Col:integer]: boolean read GetSelected
write SetSelected; |
![]() |
property HasCells: boolean read GetHasCells; |
![]() |
FLayerCount: integer; |
![]() |
FRowCount: integer; |
![]() |
FColCount: integer; |
![]() |
FSelected: array of array of array of boolean; |
![]() |
function GetSelected(Layer, Row, Col: integer): boolean; |
![]() |
procedure SetSelected(Layer, Row, Col: integer; const Value: boolean); |
![]() |
procedure ValidateIndicies(Col: Integer; Row: Integer; Layer: Integer); |
![]() |
function GetHasCells: boolean; |
![]() |
procedure SetExtents(LayerCount, RowCount, ColCount: integer); |
![]() |
procedure Clear; |
![]() |
property Selected[Layer,Row,Col:integer]: boolean read GetSelected
write SetSelected; |
![]() |
property HasCells: boolean read GetHasCells; |