UniDAC

TLiteFunction Function Reference

This type is used for the registering a user-defined function.

Unit

LiteFunction

Syntax

TLiteFunction = function (InValues: array of Variant): Variant;

Parameters
InValues
Array of input parameters. Parameter count is specified when registering user-defined function.

Remarks

If the UseUnicode connection specific option is true then input string parameters will be represented as WideString else input string parameters will be represented as AnsiString.

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