I am working on an application for Windows and OSX and I'd like to find all the subforms of the main TForm object in the Application.
Is there a way to do this in Delphi XE5? Simply, I'd like to iterate all components of the application.
Moved to the question from the comments:
I'm looking to find every
TForm
descendant inApplication
.