Skip to main content

TdxSpreadSheetAbstractFormulaBar.CancelEditing Method

Discards all pending changes made in the Edit Box.

Declaration

procedure CancelEditing;

Remarks

Call this procedure to remove focus from the Edit Box and discard any cell value changes. A CancelEditing procedure call produces the same effect as a click on the “Cancel” button within the Button box.

Note

Calling the CancelEditing procedure has no effect if the Edit Box is not focused.

See Also