A window explorer



Hello, Im looking for a tool that will tell me what windows are opened.
I want to be organized by process

example

MyProject1.exe has
TForm1
TForm2

etc.

Any idea?

Thank you!


.



Relevant Pages

  • RTTI with a unknown class
    ... Imagine a form TForm1 with a public procedure called aFormProc. ... Imagine a form TForm2 with a public procedure called aFormProc. ...
    (borland.public.delphi.language.objectpascal)
  • Re: function of object
    ... TForm2 and CriarNovoObjeto is a variable in TForm2 ... and the function CriarNovoObjeto is defined as a method ... in TForm1, like this ... procedure TForm1.CriarNovoObjeto: TMyObject ...
    (borland.public.delphi.language.objectpascal)
  • Re: "The Mouse has left the form"
    ... In the MouseMove procedure, you tell windows that the next time the mouse ... // Vérify the b variable to test if TrackMouseEvent is ok. ... TForm1 = class ...
    (comp.lang.pascal.delphi.misc)