| MultiThreaded
          read/write property Sets/gets the threading model used to initialize
          COM in the internal thread. If set the change may occur only when the
          thread is activated - i.e. if you have active thread you will need
          first to deactivate and then to activate it so the change takes
          effect. True - Mutit-hreadedFalse - Single-threaded
 Syntax:
          object.MultiThreaded = valuevariable = object.MultiThreaded
 Examples:
          mythread.MultiThreaded = True
mythread.Deactivate
mythread.Activate  Applies to:  COMthread
        object |