[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.SelectedRangeCount

Number of cell rectangles in the selected range for the grid.

Declaration

Source position: grids.pas line 1356

public property TCustomGrid.SelectedRangeCount : Integer
  read GetSelectedRangeCount;

See also

TCustomGrid.SelectedRange

  

Provides indexed access to TGridRect values in the currently selected range.

TCustomGrid.RangeSelectMode

  

Controls the range selection mode used for the grid.

TCustomGrid.AddSelectedRange

  

Adds the current range selection to the array of selection rectangles for the control.

TCustomGrid.ClearSelections

  

Clears the current range selection(s) and redraws the grid control.

TRangeSelectMode

  

Enumerated type with the Range selection mode used in a grid control.

TGridRectArray

  

Array type used to store TGridRect instances.