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

TCustomGrid.AddSelectedRange

Adds the current selection range to the array of rectangles in Selections.

Declaration

Source position: grids.pas line 952

protected procedure TCustomGrid.AddSelectedRange;

Description

Called from the MouseDown method when Options includes the value which enables multi-select.

See also

TCustomGrid.Options

  

Contains the set of optional features and/or behaviors enabled for the grid.

TCustomGrid.MouseDown

  

Handles mouse down events for the grid control.

TCustomGrid.HasMultiSelection

  

Indicates if multi-select range selection mode is enabled and in use for the grid.

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