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