TNParamFunc type
|
Top Previous Next |
Unit
Declaration TNParamFunc = function ( const x : array of NUMBER ) : NUMBER ;
Description TNParamFunc type specifies the prototype of the functions that users can add to the list of available functions with n number of parameters to be used in an expression.
|