| Allegro CL version 8.1 This page is new in 8.1. |
Arguments: row column &key (row-number 0) (column-number 0)
Clears the delayed interactive edit that is being held for a
particular cell of a grid-widget
(if any), and then calls invalidate-cell to redraw the cell
with its previous values. An application might call this function if
the user indicates that they made a mistake while editing a particular
cell, if the grid is using the delay-write-cell-value option. Call clear-delayed-cell-values instead to
clear the delayed values of all of the grid's cells at once.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. |