Specifies the kind of the used-defined function.
Unit
LiteAccess
Syntax
TLiteFunctionKind = (fkScalar, fkAggregate);
Values
Value | Meaning |
fkAggregate |
Indicates that the function will be an aggregate function. |
fkScalar |
Indicates that the function will be a scalar function. The default value. |