Which functions are predefined in JCL TEvaluator class
问题 Does anyone know which predefined functions (e.g ABS function) are included in the TEvaluator JCL class for Delphi 7? 回答1: There are none of the standard functions from Math.pas included. All that is implemented in the default evaluation parser are the operators or , xor , and , not , mod , + , - , / , * , < , > , <= , >= , = , div , cmp , bor , bxor , band , bnot , shl , and shr . (As many as I found in a quick check of the source, and a few I missed based on @David's comment.) You can add