|
AnyDAC
|
The number of formal arguments the function is awaiting.
Use the ArgumentsCount to specify the number of arguments, which the function will receive. The arguments are unnamed and untyped. Important is the number of arguments only.
To create a custom function with the default or different number of arguments you will need to specify the same FunctionName and different number of arguments. That will register overloaded functions inside the SQLite engine.
property ArgumentsCount: Integer;
FunctionaName, OnCalculate
|
What do you think about this topic? Send feedback!
|