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