VtHide(VTCL)

VtHide(VTCL)


VtHide -- hide but do not destroy object

Syntax

VtHide widgetName
VtHideDialog widgetName

Description

VtHideDialog- hide but do not destroy dialog box

Hide but do not destroy an object. This is used to hide the object for later retrieval. Useful if you need to hide a dialog that contains information which should not be destroyed. Use VtShow to redisplay the object.

VtHideDialog works similarly to VtHide, but is able to walk up the object tree until it finds a dialog to hide.