Description
Makes an object or control invisible. Users cannot interact with an invisible object. It does not respond to any events, so the object is also, in effect, disabled.
Applies to
Syntax
PowerBuilder
Integer objectname.Hide ( )
Return value
Returns 1 if it succeeds and -1 if an error occurs. If objectname is null, Hide returns null.
Usage
Inherited from GraphicObject. For information, see the section called “Hide” in PowerScript Reference.