Advanced COM MultiThreaded property
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-hreaded
False - Single-threaded

Syntax:

object.MultiThreaded = value
variable = object.MultiThreaded

Examples:

mythread.MultiThreaded = True
mythread.Deactivate
mythread.Activate 

Applies to: COMthread object

newObjects Copyright 2001-2006 newObjects [ ]