Heiko Luettge Guest
|
Posted: Mon Apr 12, 2004 9:46 am Post subject: to change pnael order at runtime |
|
|
Hallo,
I have 3 panels with algn=alTop;
Depending on configuration, I want to move the first panel behind the two
other's,
so the order is 2,3,1
I tried with let the panels unvisible in designer and set the vsiibe flag at
runtime
Panel2.Visible:= True;
Panel3.Visible:= True;
Panel1.Visible:= True;
But the order still is 1,2,3, nit 2,3,1.
What I do wrong ?
TiA
Heiko
|
|