Developer

EditingCell

Identify cell currently being edited.

property EditingCell: TPoint read GetEditingCell;
If grid is not in editing mode, value is this property is Point(-1, -1) therefore using CellExists method is recommended.

if NextGrid61.CellExists(NextGrid61.EditingCell) then begin MyStrVar := NextGrid61.InplaceEdit.Text; end;

See also