Hide

Description

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.

Applies to

DataWindow type

Method applies to

PowerBuilder

DataWindow control


Syntax

PowerBuilder

Integer objectname.Hide ( )

Argument

Description

objectname

The name of the object or control you want to make invisible


Return value

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

Usage

Inherited from GraphicObject. For information, see the section called “Hide” in PowerScript Reference.