| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object-editor
This function is called by the :delete-button
widget of an object-editor
dialog (see command-buttons),
and may also be called directly by application code.
It removes the currently-displayed instance (see current-instance) from the set of instances that
the specified object-editor (an
instance of object-editor
)
is editing. If the edited-class is a persistent class, then
db.ac:delete-instance is also called on the instance to remove
it from the AllegroCache database. (This function and button are
probably useful only for persistent classes.)
The dialog will then display the previous instance that is in the internal sorted list, if any, and otherwise the next instance, if any. (See display-special-instance.)
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |