Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IFunCall > Properties
IFunCall.Argument[Integer] Property
Returns the argument value at the specified position within the argument list. If the index is out of bounds, an exception is raised
Namespace: IECSInterfaces
Delphi
public property Argument[ Index: Integer ]: IIEValue read get_Argument write set_Argument;
Parameters
Index
Type: Integer
Type: IIEValue
•IFunCall
•IECSInterfaces