[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if multi-select range selection mode is enabled and in use for the grid.
Source position: grids.pas line 1328
public function TCustomGrid.HasMultiSelection: Boolean; |
True when multi-select range selection mode is enabled and in use for the grid.
HasMultiSelection is a Boolean function used to determine if multi-select range selection mode is enabled and in use for the grid. The return value is True when Options includes the value goRangeSelect, RangeSelectMode contains rsmMulti, and Selections contains selection cell rectangles.
|
Contains the set of optional features and/or behaviors enabled for the grid. |
|
|
Controls the range selection mode used for the grid. |
|
|
Range selection modes available in a grid control. |
|
|
Set type used to store enabled grid options. |
|
|
Represents grip option values available for grid controls. |
lazarus-ccr.sourceforge.net |