RemoveGlobalRef
Description
Removes a global reference to the specified PowerBuilder
object.
Syntax
|
1 |
RemoveGlobalRef (pbobject obj) |
|
Argument |
Description |
|---|---|
|
obj |
A valid PowerBuilder object handle |
Return value
None.
Examples
|
1 2 3 4 5 6 7 8 9 10 |
void MyPBNIClass::reference() { d_session->AddGlobalRef(d_pbobject); } void MyPBNIClass::unreference() { if(d_pbobject != NULL) d_session -> RemoveGlobalRef(d_pbobject); } |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest