TTMSFNCDataGridRenderer.OnSelectingCell Event
Fired before the selection changes. Set
ACanSelectto False to prevent the selection change.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnSelectingCell: TTMSFNCDataGridSelectingCellEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AStartCell |
First cell in the proposed selected range. |
AEndCell |
Last cell in the proposed selected range. |
AFocusedCell |
Cell that would receive keyboard focus. |
ACanSelect |
Set to False to prevent the selection change. |