TTMSFNCDataGridInsertKeyHandling Enumeration
Controls the behaviour of the Insert key.
API unit family: TMSFNCDataGridRenderer
Members
| Name | Description |
|---|---|
gikhNone |
Does not handle the Insert key. |
gikhInsertRowBefore |
Inserts a row before the current row. |
gikhInsertRowAfter |
Inserts a row after the current row. |