Internal
Specifies whether this query definition is internal (not displayed in the class documentation).
Usage
To specify that this query definition is internal, use the following syntax:
Query name(formal_spec) As classname [ Internal ] { //implementation }
Copy code to clipboard
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Default
Internal class members are not displayed in the class documentation. This keyword is useful if you want users to see a class but not see all its members.
Default
If you omit this keyword, this query is displayed in the class documentation.
See Also
“Query Definitions” in this book
“Defining and Using Class Queries” in Defining and Using Classes
“Introduction to Compiler Keywords” in Defining and Using Classes