IsByRef
Description
Returns true if the IPB_Value instance contains a by reference
argument; otherwise it returns false.
Syntax
|
1 |
IsByRef() |
Return value
pbboolean
Examples
This example shows how you would use IsByRef to test whether an
argument is obtained by reference:
|
1 2 |
if(ci->pArgs->GetAt(i)->IsByRef()) ... |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest