I want to do reorder buttons in a TLMDToolbar. I try to use this piece of code
For i:=0 To LMDToolBar1.Buttons.Count-1 Do Begin
LMDToolBar1.Button[i].Index:=LMDToolBar1.Buttons.Count-1-i
End;
But this line has no effect, it seems that the property "index" is readonly!! I don't find an information on the component TLMDToolbar (Help or Website...)
How can do it?
Gerard.
Comments