[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 1356
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 control. |
|
|
Controls the range selection mode used for the grid. |
|
|
Enumerated type with the Range selection mode used in a grid control. |
|
|
Set type used to store enabled grid options. |
|
|
Represents grid option values available for grid controls. |
Version 4.0 | Generated 2025-05-03 | Home |