TTMSFNCDataGridRenderer.StopEditing Method
Commits in-place editing, saving the edited value to the cell. Returns True if editing was active and has been committed.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function StopEditing(AFocusGrid: Boolean = True): Boolean;
Parameters
| Name | Description |
|---|---|
AFocusGrid |
When True, returns focus to the grid after the editor is closed. |
Returns
True when editing is committed or no editor is active; False if the editor refuses to close.