TTMSFNCDataGridRenderer.SelectCell Method
Selects the given cell, taking shift-state into account for range extension and disjunct multi-selection.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
procedure SelectCell(ACell: TTMSFNCDataGridCellCoord; AShift: TShiftState = []; AMouseDragging: Boolean = False; AIgnoreColumn: Boolean = False; AIgnoreRow: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to select or focus. |
AShift |
Keyboard shift state used to extend or toggle selection. |
AMouseDragging |
When True, applies selection behavior for an active drag gesture. |
AIgnoreColumn |
When True, ignores the column component during navigation/scroll alignment. |
AIgnoreRow |
When True, ignores the row component during navigation/scroll alignment. |