Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
procedure TForm1.FormCreate(Sender: TObject);
var temp: integer;
begin
temp := ToolButton1.Left;
ToolButton1.Left := ToolButton2.Left;
ToolButton2.Left := ToolButton1.Left;
end;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question