[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 1350

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 selection range to the array of rectangles in Selections.

TCustomGrid.ClearSelections

  

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

TRangeSelectMode

  

Range selection modes available in a grid control.

TGridRectArray

  

Array type used to store TGridRect instances.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.