Description
Makes an object or control visible, if it is hidden. If the object is already visible, Show brings it to the top.
Applies to
Syntax
PowerBuilder
integer objectname.Show ( )
Return value
Returns 1 if it succeeds and -1 if an error occurs. If objectname is null, Show returns null.
Usage
PowerBuilder environment
Inherited from GraphicObject. For more details on use with PowerBuilder objects, see the section called “Show” in PowerScript Reference.
See also