Adds a string (including an atom, variable or multivariable) to the arguments list. The index of the new argument in the Argument list is returned.
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Value
Type: String
Kind
Type: TIEType
Type: Integer
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 |