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.

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.
| Copyright © 2004. Sybase Inc. All rights reserved. | 
 
 | 
|