Topic: APLX Help : System Classes : Methods : Hide
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'Hide' method


Argument: None
Result: None

Valid for: Any displayable object

Calling the Hide method is equivalent to setting the object's visible property to 0; it removes the object from the screen. You can make the object visible again by calling the Show method, or by setting the visible property to 1.


Topic: APLX Help : System Classes : Methods : Hide
[ Previous | Next | Contents | Index | APL Home ]