Thema: Delphi Realtime Input? Thread?

Einzelnen Beitrag anzeigen

Olli
(Gast)

n/a Beiträge
 
#12

Re: Realtime Input? Thread?

  Alt 14. Mai 2006, 14:26
Zitat von C.Schoch:
@Olli the mainform is a thread too, and bacause of this you can use the wait function too.
Also IsWindow() gibt aber TRUE zurück. Ist wohl doch ein Fenster und kein Thread? Ist mir schon klar, daß das Hauptform im Hauptthread "lebt" und die Nachrichten über diesen Thread bekommt, aber was willst du mir damit sagen?

Zitat von C.Schoch:
Here i work with events and thay you can set from everywhere in the programm.
Jupp.

@sk.Silvia: The TThread class must not be used like this. It has to be derived and the derived class has to be instantiated (and obviously implemented).
  Mit Zitat antworten Zitat