Navigation: Code Documentation > IE > IEPackages > Classes > TFunctionCall > Properties
TFunctionCall.UserFunction Property
Returns the UserFunction that is used for this function call. This is the function that takes the arguments of the function call and actually does the work
Namespace: IEPackages
Delphi
public property UserFunction: IUserFunction read FUserFunction write SetUserFunction;
Property Value
Type: IUserFunction
IFunCall.UserFunction
•TFunctionCall
•IEPackages