home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / demos.lst < prev    next >
Encoding:
File List  |  1996-09-15  |  4.0 KB  |  144 lines

  1. PROJECTS :
  2. File CALC.DPR
  3.      Calculator Example
  4.  
  5. File DBDEMO.DPR
  6.      Database demo. Exercises the FormulaBuilder data-aware classes
  7.  
  8. File DBFRMBLD.DPR
  9.      Demonstrates a dialog to build database expressions
  10.  
  11. File EIS*.DPR
  12.      Demonstrate the merits of events to handle variables. Discussed in
  13.      the Online Help.
  14.  
  15. File FBDEMO.DPR
  16.       A program which demonstrates the range of expression types
  17.       possible with FormulaBuilder
  18.  
  19.  
  20. File VARXMPL.DPR
  21.      This project demonstrates the various variable handling
  22.      properties and methods available in the FormulaBuilder
  23.      components.
  24.  
  25.  
  26.  
  27. FILES
  28.  
  29. File ABOUTFM.PAS:
  30.      About form for Main Demo
  31.  
  32. File CALCFRM1.PAS, CALCFRM1.DFM
  33.      Demo of a calculator. Supports Variables
  34.  
  35. File CALCDRVR.DFM, CALCDRVR.PAS:
  36.      Driver Stub for Calculator Example
  37.  
  38. File DBEXPRFM.DFM, DBEXPRFM.PAS:
  39.      Allows the user to visually construct an expression based on
  40.      a BDE database. Returns TRUE if a valid expression was entered,
  41.      FALSE otherwise. If false, the original expression text is
  42.      restored to the TDBExpression instance.
  43.  
  44. File DBFUNCS.PAS:
  45.      This unit demonstrates advanced function implementation techniques.
  46.      Implements the functions :
  47.  
  48.        DBSUM( Expression <,Criteria > )
  49.        DBAVG( Expression <,Criteria > )
  50.        DBMAX( Expression <,Criteria > )
  51.        DBMIN( Expression <,Criteria > )
  52.        DBCOUNT(< Criteria >)
  53.  
  54. File EIS1.PAS:
  55.      First demo of the EIS series. Demonstrates the inefficiency
  56.      of using the usual methods of variable handling in cases where
  57.      variable data  is voluminous and changes frequently
  58.  
  59. File EISCBKFM.DFM, EISCBKFM.PAS
  60.      EIS Demo using callbacks. Note that for the sake of brevity,
  61.      Database variables are not handled.
  62.  
  63. File EISFM.DFM, EISFM.PAS
  64.      Revised EIS Demo - Access to spreadsheet data is now handled
  65.      by form level methods and linked to the the onXXX events of
  66.      of the Expression instance. NOTE ! - For the sake of brevity, this
  67.      example does not handle Database variables
  68.  
  69. File EXPRLIST.TXT
  70.      FormulaBuilder expression test set.
  71.  
  72. File EXTFUNC.PAS:
  73.      External Function Module for FormulaBuilder Main Demo. Demonstrates
  74.      the process of registering user-defined functions and constants
  75.      with the engine.
  76.  
  77.  
  78. File FLTDEMFM.PAS:
  79.      Used by the DBDEMO project.
  80.  
  81.  
  82. File FBHELPFM.PAS:
  83.      Simple Notebook based help for FormulaBuilder Demo
  84.  
  85. File FILTRFRM.PAS:
  86.      This unit defines a form TFilterFm which permits the
  87.      user to visually build an expression based on a BDE
  88.      dataset. Uses the TDSFilter class.
  89.  
  90.  
  91. File FUNCDLG.PAS, FUNCDLG.DFM
  92.      Dialog which lists all functions registered with the FormulaBuilder
  93.      Engine
  94.  
  95.  
  96. File HLPXAMPL.PAS:
  97.      This unit implements the functions discussed in the online help.
  98.      To use these functions, simply include this unit in the USES
  99.      statement of any unit in your project (they register and unregister
  100.      automatically.
  101.  
  102. File MAINFORM.DFM, MAINFORM.PAS:
  103.      Main Form of the main FormulaBuilder Demo
  104.  
  105. File NEWVARFM.PAS:
  106.      Form to allow the addition of a variable to an expression
  107.      Uses DLL level calls via the expression handle.
  108.  
  109.  
  110. File SSHEET.PAS:
  111.      Unit which defines a dummy spreadsheet matrix object for use with
  112.      the EIS demo series
  113.  
  114.  
  115. File RTTIFM.DFM, RTTIFM.PAS:
  116.      RTTI Demo Form. Demonstrates the use of the TRTTIExpression class
  117.  
  118.  
  119. File TESTFRM.DFM, TESTFRM.PAS:
  120.      This unit implements a simple demo of FormulaBuilder using
  121.      DLL level calls
  122.  
  123.  
  124. File VARDLG.DFM, VARDLG.PAS:
  125.      Simple Form & Unit to handle variables belonging to expressions
  126.      Uses the Handle property and DLL level calls
  127.  
  128.  
  129. File VARXMPFM.DFM, VARXMPL.PAS:
  130.      Simple demonstration of the different variable access methods of
  131.      a TExpression. Also demonstrates registering a new function with
  132.      the engine.
  133.  
  134. File VENDORFM.DFM, VENDORFM.PAS:
  135.      First form of a Database Expression demo
  136.  
  137. File WARNDLG.PAS:
  138.      Delay warning dialog for the RTTI demo
  139.  
  140. File EXTHLPFM.PAS:
  141.  
  142.  
  143.  
  144.