TFlexCelUserFunction.Evaluate Method
Override this method on a derived class to implement your own defined function.
Syntax
Unit: FlexCel.Report
function TFlexCelUserFunction.Evaluate(const parameters: TArray<TFormulaValue>): TReportValue; virtual; abstract;
Parameters
Returns
The derived class should return the value of the function on the return parameter.
See also