This type is used for the
TCustomLiteUserFunction.OnStep
event.
Unit
LiteAccess
Syntax
TLiteFunctionStepEvent = procedure (Sender: TObject; Params: TDAParams) of object;
Parameters
Sender
An object that raised the event.
Params
Parameters that were passed to the function when it was executed in a SQL statement.