Sets the visibility of the specified class to normal (visible) status.
PROCEDURE ShowClass(className : STRING);def vs.ShowClass(className):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
ShowClass('Dimension');VS Functions: HideClass
Availability: from All Versions