| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object name
This function takes an object (object) and a
property name (name) and returns
true if the remake flag is turned on for that
property of that object and returns nil
if
the flag is off. If the remake flag is on, object
will be recreated automatically if the value of this property is
modified, because that is deemed necessary to entirely effect the
change. (For example, the operating system may not permit an object to
be modified. In that case, the current object is destroyed and a new
object with all the same properties except the one being modified
preserved is created.)
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 |