IPB_Value interface:
IsObject method
Description
Returns true if the IPB_Value
instance contains an object or object array; otherwise it returns false.
Syntax
|
1 |
IsObject( ) |
Return Values
pbboolean
Examples
This example tests whether an IPB_Value
instance contains an object before attempting to obtain the object:
|
1 |
if( ci->pArgs->GetAt(i)-><span>IsObject</span>()) <br>{<br>   if (ci->pArgs->GetAt(i)->IsNull()) <br>      pArguments[i].obj_val = 0;<br>   else<br>      pArguments[i].obj_val = <br>         ci->pArgs->GetAt(i)->GetObject();<br>     continue;<br>}<br>... |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest