SimCoP history

v1.02 Jul-2-97
=====================================================================
New:

  - TOleObject (SimOle.dcu)
    methods:
      Cmd (<cName>, <aParams>)
        OLE-command
      Fn (<cName>, <aParams>) -> <xResult>
        OLE-function
      Put (<cName>, <xValue>) 
        Set OLE-propery
      Get (<cName>) -> <xValue>
        Get OLE-propery
    properties
      OleObject : Variant
        the OLE-Object
      OleServer : String
        when set, a new OleObject is created

  - support of variant-properties

  - TCSimCop (CSimCoP.pas)
      if you like drag and drop components

New examples:
  OLE.SIM
    shows the use of TOleObject
  Calc.SIM
    little calculator, shows the use of the macro operator "&"

Bugfix:
  - misleading error messages within "begin sequence - end sequence" 
    block improved

=====================================================================
V1.01 first offizial release