I have two forms. The first one has a TToolBar and two TToolButton. The second one inherits the first one and has three more TToolButton. I change the order of the buttons in design time, putting the three buttons of the second form before the buttons of the first form. When the application is running, the buttons of the second form appear after the buttons of the first form.
Is there a way to use the order set in design time?