Class TFireGridSelection

Unit

Declaration

type TFireGridSelection = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(Controller: TFireGridModelController);
Public destructor Destroy; override;
Public procedure Reset;
Public function Next: Boolean;
Public function NextRow: Boolean;
Public function IsEnd: Boolean;
Public function GetRow: PFireGridRow;
Public function GetCell: TFireGridCell;
Public function IsRowSelected(const Row: PFireGridRow): Boolean;
Public function IsCellSelected(const Cell: TFireGridCell): Boolean;
Protected procedure SetRanges(const Ranges: TFireGridSelectionRanges);

Description

Methods

Public constructor Create(Controller: TFireGridModelController);
 
Public destructor Destroy; override;
 
Public procedure Reset;
 
Public function Next: Boolean;
 
Public function NextRow: Boolean;
 
Public function IsEnd: Boolean;
 
Public function GetRow: PFireGridRow;
 
Public function GetCell: TFireGridCell;
 
Public function IsRowSelected(const Row: PFireGridRow): Boolean;
 
Public function IsCellSelected(const Cell: TFireGridCell): Boolean;
 
Protected procedure SetRanges(const Ranges: TFireGridSelectionRanges);
 

Generated by PasDoc 0.15.0.