TTMSFNCDataGridKeyKind Enumeration
Identifies the phase of a keyboard event delivered to a cell's HandleKey method.
API unit family: TMSFNCDataGridCell
Remarks
gkkNone = not a key event (record unused); gkkDown = key-press (KeyDown) phase; gkkUp = key-release (KeyUp) phase; gkkDialog = signals the cell to open an in-place editor dialog; gkkPress = character typed (KeyPress) phase.
Members
| Name | Description |
|---|---|
gkkNone |
No key event; the record is unused or in a default-initialised state. |
gkkDown |
Key-down phase: a key was pressed. |
gkkUp |
Key-up phase: a pressed key was released. |
gkkDialog |
Signals the cell to open its in-place editor dialog (e.g. a date picker or colour chooser). |
gkkPress |
Key-press phase: a printable character was typed. |