Show

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

DataWindow type

Method applies to

PowerBuilder

DataWindow control

Syntax

PowerBuilder

integer objectname.Show ( )

Argument

Description

objectname

The name of the object or control you want to make visible (show)

Returns

Returns 1 if it succeeds and –1 if an error occurs. If objectname is null, Show returns null.

Usage

NotePowerBuilder environment Inherited from GraphicObject. For more details on use with PowerBuilder objects, see Show in the PowerScript Reference.

See also