Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Add<type>Argument – PB Docs 125 – PowerBuilder Library

Add<type>Argument – PB Docs 125

IPB_Session interface:

Add<type>Argument method

Description

Adds an argument of a specific type in a variable argument
PowerBuilder call.

Syntax

Argument

Description

ci

The PBCallInfo to
which the argument is to be added.

value

The value to be added to the arguments
array.

IsNull

Indicates whether the argument is null.
The default is false.

Return Values

PBXRESULT. PBX_OK on success.

Examples

This code tests that adding an integer argument to
a PBCallInfo structure ci works correctly:

Usage

This call is used in variable argument PowerBuilder calls,
such as datawindow.retrieve(arg).
After the call, the value returned by ci->pArgs->GetCount() increases
by one.

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x