Customizing the metamodel > Keywords for USRPROPS > HIDE
  
HIDE
The HIDE keyword is used after a CHAPTER statement. HIDE hides all existing properties or controls in the named chapter at that point in the property set parsing.
Syntax
CHAPTER name [HIDE] [AND_SUBTYPES]
AND_SUBTYPES indicates that the hiding of the chapter should also be processed in subtypes which are definitions which inherit from the definition being defined.
Example
The following example hides all properties, and then adds another property to the same chapter.
CHAPTER <name>
HIDE
PROPERTY "x" { edit text }
See also
Keywords for USRPROPS