Developer

EndEditing

Try to assign value from InplaceEdit into editing cell, and try to exit from editing state.

function TNxCustomGrid6.EndEditing(Assign: Boolean): Boolean;

Parameters


Assign
Boolean
Specify whether InplaceEdit's value will be assigned to cell. If set to False, cell will simply exit from edit state (InplaceEdit will be hidden).
Return value
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.

See also