| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: class-grid data-object
Removes one of the displayed objects from a class-grid
. An alternative is to replace the
whole set of displayed objects by calling (setf value) on the grid, passing a
list of all objects to display.
Internally this removes a class-grid-body-row
from the body row-section of the
class-grid.
class-grid is the class-grid
from which an object will be removed.
data-object is the object to remove. It should be an instance of the edited-class of the class-grid. If the object is not found in the class-grid, then nothing is done.
See also add-class-grid-row.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |