Adds a calling argument to the interpreted function, e.g., with a function like 'Distance(x1,x2,y1,y2)', x1, x2, y1, and y2 are all arguments.
Namespace: IECSInterfaces
Delphi |
public |
Parameters
Name
Type: String
AType
Type: TIEType
Arguments may be local, in which case the AType should equal dtAtom, or passed in from the function call, in which case the AType should be dtVariable or dtMultivariable. The arguments are added to the Argument list |
Reference |