Hide – PB Docs 150

Hide PowerScript function

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.

Controls

Any object

Syntax

Argument

Description

objectname

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

Return Values

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

Usage

If the object you want to hide is already invisible, then Hide has
no effect.

You cannot use Hide to hide a drop-down
or cascading menu or any menu that has an MDI frame window as its
parent window. Nor can you hide a window that has been opened as
an MDI sheet.

You can use the Disable function to disable
menu items, which displays them in the disabled color and makes
them inactive.

To disable an object so that it does not respond to events,
but is still visible, set its Enabled property.

You can set an object’s Visible property instead
of calling Hide:

This statement:

is equivalent to:

Examples

This statement hides the ListBox lb_options:

In the script for a menu item, this statement hides
the CommandButton cb_delete on the
active sheet in the MDI frame w_mdi.
The active sheets are of type w_sheet:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x