AddFunction Method
Adds a custom function.
Syntax
procedure AddFunction(Name: String);Remarks
This method adds a custom function. Custom functions must be added before calling Eval or EvalFile. During execution the Function event will fire, providing an opportunity to calculate and supply a return value.