Navigation: Code Documentation > IE > IECSInterfaces > Interfaces > IFunCall > Properties
IFunCall.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: IECSInterfaces
Delphi
public property UserFunction: IUserFunction read get_UserFunction write set_UserFunction;
Property Value
Type: IUserFunction
•IFunCall
•IECSInterfaces