Simple question. I have a panel with 3 components. All of them are have Align := alRight.
But the problem is that during runtime the order of them is not the same as designtime.
Can I instead use alCustom to force the order at the right border ?
I use D2007.
You don’t reveal much of the problem at hand, but I would have taken a look at the flowpanel instead.
When dropping controls on a flowpanel, a new order-property ‘automagically’ appear. You can set which way your controls should flow, and if you want space between the controls, you set the margins on each control.
A little clearification: The new ‘order-property’ is actually called ‘ControlIndex’, and will appear at the bottom of the object inspector.