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.
DataWindow type |
Method applies to |
---|---|
PowerBuilder |
DataWindow control |
Integer objectname.Hide ( )
Argument |
Description |
---|---|
objectname |
The name of the object or control you want to make invisible |
Returns 1 if it succeeds and –1 if an error occurs. If objectname is null, Hide returns null.
Inherited from GraphicObject. For information, see Hide in the PowerScript Reference.