SharedObjectDirectory PowerScript function
Description
Retrieves the list of objects that have been registered for
sharing.
Syntax
|
1 |
<span>SharedObjectDirectory</span> ( <span>instancenames</span> {, <span>classnames</span> } ) |
|
Argument |
Description |
|---|---|
|
instancenames |
An unbounded array of type string in |
|
classnames |
An unbounded array of type string in |
Return Values
ErrorReturn. Returns one of the following values:
-
Success! – The function
succeeded -
FeatureNotSupportedError! – This function
is not supported on this platform
Usage
Use this function to obtain a list of objects that have been
registered for sharing.
Examples
In this example, the application retrieves the list
of shared objects and their class names:
|
1 |
errorreturn status |
|
1 |
string InstanceNames[] |
|
1 |
string ClassNames[] |
|
1 |
|
1 |
status = <span>SharedObjectDirectory</span>(InstanceNames, & |
|
1 |
ClassNames) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest