LiteDAC

TCustomLiteUserFunction.OnFinal Event

Used to return a result of the user-defined aggregate function in the SQL statement.

Class

TCustomLiteUserFunction

Syntax

property OnFinal: TLiteFunctionFinalEvent;

Remarks

Use the OnFinal event handler to return a result of the function. The resulting value of the function has to be passed back using the ResultValue variable.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback