Makes an object or control visible, if it is hidden. If the object is already visible, Show brings it to the top.
integer objectname.Show ( )
Argument |
Description |
---|---|
objectname |
The name of the object or control you want to make visible (show) |
Returns 1 if it succeeds and -1 if an error occurs. If objectname is NULL, Show returns NULL.
Inherited from GraphicObject. For details on use with other PocketBuilder objects, see Show in the PowerScript Reference.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |