Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version

property-hidden

Arguments: object name

Returns whether the property named property-name will not appear in the IDE's inspector when object is inspected. There is normally no need for users to call this function, but methods may be added to control behavior of the inspector.

The usual alternative is to pass the hidden initarg for the property in a defproperties form for the class of the object. Adding methods to this generic function would be needed only if some instances of the class but not others should hide this property.


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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version