schaut gut aus:
Zitat:
Lists all the forms currently displayed in the application.
property Forms[Index: Integer]: TForm;
Description
Use Forms to
access a form by index. The value of Index is a number between zero (the first form) and FormCount - 1. Forms can be used with FormCount when an application needs to iterate over all its forms, including all dialogs.
das einzige was ich dann noch manuell abfragen müßte, sind Dialoge aus
dll's, die nicht direkt zur Applikation gehören.
nochmals vielen Dank, hat mir sehr geholfen!
Roderich