IPB_Session interface:
RemoveGlobalRef method
Description
Removes a global reference to the specified PowerBuilder object.
Syntax
|
1 |
RemoveGlobalRef (pbobject <span> obj</span>) |
|
Argument |
Description |
|---|---|
|
obj |
A valid PowerBuilder object handle |
Return Values
None.
Examples
|
1 |
void MyPBNIClass::reference()<br>{<br>   d_session->AddGlobalRef(d_pbobject);<br>}<br> <br>void MyPBNIClass::unreference()<br>{<br>   if(d_pbobject != NULL)<br>      d_session -><span> RemoveGlobalRef</span>(d_pbobject);<br>} |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest