PSOFT Homepage | Barcode encyclopaedia | Support pageLogin | Site map | Print

News | Products | Solutions | Community | Support | Contact





Function parser with user interface for design functions and conditions specified at runtime. Converts mathematical, string, date, goniometric, financial functions given as a string (y='sin(x)*sqrt(x+5)') and its argumets into the function value. Run-time database filters, end user friendly inteface.
Basic component is completed with more visual components. End user interface can have user friendly input of expressions and conditions, so, that final user doesn't have to know syntax of individual functions. There is a component to disposition too, which enables simple registry created expressions and conditions and their again exploitation without necessary again putting information's.


Advantages :
  • about 200 supported functions
  • extended functions:
    • Find text with errors
    • Extended goniometric functions
    • More functions working with date & time
  • runtime specified expressions
  • runtime specified calculated fields
  • more flexible than standard TTable.Filter or SQL clause where
  • nice user interface
  • composite functions

Disadvantage: Because Eval library is interpreter, execution time is 8-10x longer than compiled code. But for end user interface, calculators, grids this is very fast.

Component list :

TEval
Basic component of TEval library. Analyze string in TEval.Expression and you can read result using TEval methods Value, AsBoolean, AsDateTime, AsString, AsFloat, AsInteger, AsVariant.
TEvaList
Same as TEval, but can you use for more expressions, you can use same parameters for each expression.
TEvalVariableList
TEvalFnGroupCombo
TEvalFnGroupList
TEvalFnComboBox

TEvalHistoryCombo
TEvalParams
TEvalFnPanel
TEvalSimpleDesigner
TEvalDBNavigator