| Description | Hierarchy | Fields | Methods | Properties |
type TRangeSelections = class(TObject)
TRangeSelections has a series of TGridRect's that indicate which cells are selected.
![]() |
FRanges: array of TGridRect; |
![]() |
FCount: integer; |
![]() |
function GetRange(const Index: integer): TGridRect; |
![]() |
procedure Grow; |
![]() |
procedure Add(const Range: TGridRect); |
![]() |
procedure Clear; |
![]() |
property Count: integer read FCount; |
![]() |
property Ranges[constIndex:integer]: TGridRect read GetRange; |
![]() |
FRanges: array of TGridRect; |
|
| |
![]() |
FCount: integer; |
|
See Count. | |
![]() |
function GetRange(const Index: integer): TGridRect; |
|
See Ranges. | |
![]() |
procedure Grow; |
|
| |
![]() |
procedure Add(const Range: TGridRect); |
|
| |
![]() |
procedure Clear; |
|
| |
![]() |
property Count: integer read FCount; |
|
| |
![]() |
property Ranges[constIndex:integer]: TGridRect read GetRange; |
|
| |