EndEditing
Try to assign value from InplaceEdit
into editing cell, and try to exit from editing state.
pas
function EndEditing(AssignEditing: Boolean = True): Boolean; virtual;
Parameters
Boolean
False
, cell will simply exit from edit state (InplaceEdit
will be hidden).
Boolean
True
if cell (and grid) exit from edit state.
Remarks
AssignEditing
method is called within this method.EditingCell
property is (re)set to Point(-1, -1) inside this method.