| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: property
Returns the initarg name that can be used to set the initial value of a property when creating an instance the class of which property is a property. Instances are created with make-instance and with some specialized make- functions such as make-window.
The function properties returns the properties (those displayed on the Properties pane of the Inspector when the object is being inspected) of an object or a class. The function event-handlers returns the event handling properties (displayed on the Events pane of the inspector). Items from either list are suitable as an argument to this function.
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 |