AnyDAC
ContentsIndexHome
PreviousUpNext
TADSQLiteFunction.FunctionName Property

The unique function name.

Group
Links

Use the FunctionName to specify the function name. The function name must follow to the SQLite identifier rules. 

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 FunctionName: String;

ArgumentCount, OnCalculate

What do you think about this topic? Send feedback!