TTMSFNCDataGridNodeCell.HandleKey Method
Delivers a keyboard event to the cell; subclasses override to handle key interactions.
API unit family: TMSFNCDataGridCell
Declaring type: TTMSFNCDataGridNodeCell
Inherited from: TTMSFNCDataGridCell
Syntax
procedure HandleKey(var AKeyInfo: TTMSFNCDataGridKeyInfo); virtual;
Parameters
| Name | Description |
|---|---|
AKeyInfo |
Key event record; set Blocked or Handled to modify the default grid behaviour. |