LiteDAC

TCustomLiteUserFunction.Params Property

Used to specify the list of function parameters.

Class

TCustomLiteUserFunction

Syntax

property Params: TLiteUserFunctionParams;

Remarks

At design-time use the Parameters editor to set the list of parameters of the function. Use the Params property in the OnExecute event handler at runtime to get parameter values that were passed to the function. Params is a zero-based array of parameter records. Index specifies the array element to access. An easier way to set and retrieve parameter values when the name of each parameter is known is to call ParamByName.

See Also

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