TTMSFNCDataGridInplaceEditorExitMode Enumeration
API unit family: TMSFNCDataGridRenderer
Members
| Name | Description |
|---|---|
gieeIgnoreEditing |
The key event is ignored and the inplace editor remains open with no value change. |
gieeStopEditing |
The inplace editor closes and the edited value is committed to the cell. |
gieeCancelEditing |
The inplace editor closes and all changes are discarded; the cell reverts to its previous value. |