Developer

AssignEditing

Try to assign value from InplaceEdit into editing cell.

function AssignEditing: Boolean;
OnAcceptEdit event is called within this method.

Parameters


Return value
Boolean
True if value is successfully assigned to the cell.
Remarks:

After calling this method cell will not exit from editing state. To exit editing state after assignment, call EndEditing method.

See also