Navigation: Code Documentation > IE > IEPackages > Classes > TFunctionCall > Properties
TFunctionCall.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: IEPackages
Delphi
public property Argument[Index: Integer]: IIEValue read GetArgument write SetArgument;
Parameters
Index
Type: Integer
Type: IIEValue
IFunCall.Argument[Integer]
•TFunctionCall
•IEPackages