Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

edited-class

Arguments: class-grid-or-object-editor

Returns the name of a class whose instances can be displayed and edited by the specified class-grid widget or object-editor dialog. The value can be set when creating either of those interface objects by passing an edited-class initarg, or any time later by calling (setf edited-class).

The class would typically be an AllegroCache persistent class, but may be any class.

class-grid-or-object-editor should be either a class-grid or an object-editor.

The edited-slots property should reference slots that exist on this class. The value of a class-grid, or the edited-instances of an object-editor, should be instances of this class.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version