IsObject
Description
Returns true if the IPB_Value instance contains an object or
object array; otherwise it returns false.
Syntax
|
1 |
IsObject( ) |
Return value
pbboolean
Examples
This example tests whether an IPB_Value instance contains an
object before attempting to obtain the object:
|
1 2 3 4 5 6 7 8 9 10 |
if( ci->pArgs->GetAt(i)->IsObject()) { if (ci->pArgs->GetAt(i)->IsNull()) pArguments[i].obj_val = 0; else pArguments[i].obj_val = ci->pArgs->GetAt(i)->GetObject(); continue; } ... |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest