Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

CloseUserObject – PB Docs 126 – PowerBuilder Library

CloseUserObject – PB Docs 126

CloseUserObject PowerScript function

Description

Closes a visual user object by removing it from view and executing
the scripts for its Destructor event.

Controls

Window objects and visual user objects

Syntax

Argument

Description

objectname

The name of the window or user object
that will close the target user object

targetobjectname

The name of the visual user object to
be closed.

Return Values

Integer. Returns 1 if it succeeds and
-1 if an error occurs. If any argument’s value is null, CloseUserObject returns null.
The return value is usually not used.

Usage

Use CloseUserObject to close a user object
and release the storage occupied by the object and its controls.

When you call CloseUserObject, PowerBuilder
removes the target object from view, closes it, executes the script
for the Destructor event (if any), and then executes the rest of
the statements in the script that called the CloseUserObject function.

CloseUserObject also removes the target
object from the first object’s Control array, which is
a property that lists the object’s controls. If the closed
user object was not the last element in the array, the index for
all subsequent user objects is reduced by one.

After the target object is closed, its properties, instance
variables, and controls can no longer be referenced in scripts.
If a script references the closed user object or its properties
or instance variables, an execution error results.

Examples

This statement prompts the user for confirmation
before the parent of the current object closes the u_employee target:

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