FireDAC.Phys.SQLite.TFDSQLiteFunction.OnCalculate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCalculate: TSQLiteFunctionCalculateEvent read FOnCalculate write SetOnCalculate;

C++

__property Firedac::Phys::Sqlitewrapper::TSQLiteFunctionCalculateEvent OnCalculate = {read=FOnCalculate, write=SetOnCalculate};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteFunction

Description

The calculate function event.

Use the OnCalculate event handler to calculate the function result. The event handler receives an array of arguments in AInputs parameter.

The event handler returns a result using the AOutput parameter.

See Also