typedef void (*TExprFunc)(TExprRec *);
Function type for custom function definition.
Any custome defined function must be of this type to be used in the expression parser.
Function type for custom function definition.
Any custome defined function must be of this type to be used in the expression parser.