VirtualDAC

TVirtualFunctionManager.RegisterFunction Method

Used to specify the method that is called when a user-defined function is called in an SQL statement.

Class

TVirtualFunctionManager

Syntax

procedure RegisterFunction(const Name: string; ParamCount: Integer; VirtualMethod: TVirtualMethod); overload;

Parameters
Name
Used to specify the name of the method that will be defined.
ParamCount
Used to specify the number of method parameters.
VirtualMethod
Used to specify the method that is called when a user-defined function is called in an SQL statement.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback