|
AnyDAC
|
The calculate function event.
Use the OnCalculate event handler to calculate the function result. The event handler will receive an array of arguments in AInputs parameter. The event handler should return a result using the AOutput parameter.
property OnCalculate: TSQLiteFunctionCalculateEvent;
|
What do you think about this topic? Send feedback!
|