Adds a value vector (IValueVector) to the arguments list. The index of the new argument in the Argument list is returned.
Namespace: IEPackages
Delphi |
public |
Parameters
Value
Type: IValueVector
Type: Integer
IFunCall.AddArgument(IValueVector)
Use the ArgumentCount and Argument properties to access the arguments. Every argument is stored as an IIEValue so that later the argument can be extracted with its type. |
Reference |