Hidden
Usage
To make a class hidden, use the following syntax:
Class MyApp.Person [ Hidden ] { //class members }
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
If a class is hidden, it is not listed in the class reference nor in the Workspace window of the Studio Inspector. (It is still possible, however, to open the class in Studio, if you type its name in the Open dialog box.)
Effect on Subclasses
This keyword is not inherited.
Default
If you omit this keyword, the class is not hidden.
See Also
-
“Class Definitions” in this book
-
“Defining and Compiling Classes” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects