Syntax:
hide {component}
Keyword handler:
net.eclecity.linguist.graphics.keyword.GraphicsKHide.class
Runtime handler(s):
net.eclecity.linguist.graphics.handler.GraphicsHSetVisible.class
Function:
Hide a component such as a label or button. This will automatically remove it from view - there is no other screen updating required. Components when created are hidden until explicitly shown. See also show, enable and disable.
Example(s):
hide OKButton