Class TFireGridSelection
Unit
Declaration
type TFireGridSelection = class(TObject)
Description
Hierarchy
- TObject
- TFireGridSelection
Overview
Methods
constructor Create(Controller: TFireGridModelController); |
|
destructor Destroy; override; |
|
procedure Reset; |
|
function Next: Boolean; |
|
function NextRow: Boolean; |
|
function IsEnd: Boolean; |
|
function GetRow: PFireGridRow; |
|
function GetCell: TFireGridCell; |
|
function IsRowSelected(const Row: PFireGridRow): Boolean; |
|
function IsCellSelected(const Cell: TFireGridCell): Boolean; |
|
procedure SetRanges(const Ranges: TFireGridSelectionRanges); |
Description
Methods
constructor Create(Controller: TFireGridModelController); |
|
destructor Destroy; override; |
|
procedure Reset; |
|
function Next: Boolean; |
|
function NextRow: Boolean; |
|
function IsEnd: Boolean; |
|
function GetRow: PFireGridRow; |
|
function GetCell: TFireGridCell; |
|
function IsRowSelected(const Row: PFireGridRow): Boolean; |
|
function IsCellSelected(const Cell: TFireGridCell): Boolean; |
|
procedure SetRanges(const Ranges: TFireGridSelectionRanges); |
|
Generated by PasDoc 0.15.0.