Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form order in Delphi

Status
Not open for further replies.

TheDelphiBeginner

Programmer
Sep 29, 2003
5
0
0
US
Is there any way to find out in which order open forms are? (what's on top of what?)
For an application need I'm minimizing all forms by iterating through them using their indexes (which don't appear to be in any particular order and change all the time), then I normalize them again iterating through their indexes. But now forms are not in the same order of appearance than they were before I minimized them.
Does anyone know how to keep track of that?

Thank you.
 
It looks like in Delphi you can only use z-order property with a TChartSeries component, and not forms.
 
Hi TheDelphiBeginner,

You may want to have a look at the EnumWindows API.

Cheers,

Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top