Customizing the metamodel > Keywords for USRPROPS > VISIBLE
  
VISIBLE
If a property is denoted as INVISIBLE in SAPROPS.CFG, using the VISIBLE keyword makes it appear in the definition dialog.
Example (SAPROPS)
DEFINITION "Watcom Stored Procedure"
{ CHAPTER "Keys and Parameters"
PROPERTY "Owner Name"
{ EDIT Text KEY LENGTH 31 }
PROPERTY "Procedure Number"
{ INVISIBLE EDIT Numeric LENGTH 9 }
PROPERTY "Description"
{ EDIT Text LENGTH 400 }
Example (USRPROPS)
DEFINITION "Watcom Stored Procedure"
PROPERTY "Procedure Number"
{ VISIBLE }
See also
INVISIBLE
Keywords for USRPROPS