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
<-> | Parameter | Type | Description |
---|---|---|---|
const | parameters | TArray<TFormulaValue> | An array of objects. |
Returns
The derived class should return the value of the function on the return parameter.