Description
Clears all of the parameters appended by the AppendParam function.
Applies to
Syntax
objectname.ClearParams ( )
Argument |
Description |
---|---|
objectname |
A reference to the TokenRequest object in which you want to clear the parameter. |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs.
Examples
The following example shows the use of the ClearParams function to clear the appended parameters:
int li_return TokenRequest lnv_TokenRequest li_return = lnv_TokenRequest.clearparams( )
See also