Registriert seit: 2. Mär 2005
21 Beiträge
|
Form übergreifende button
6. Sep 2005, 20:35
das bringt mich nicht wirklich weiter ich habe da an so was wie z.b.
procedure TForm2:Form2.Button1Click(Sender: TObject);
begin
beep;
if Form2.ListBox1.ItemIndex <> -1 then
Form3.Edit1.Text := Form2.ListBox1.Items[Form2.ListBox1.Itemindex];
end;
aber das läuft noch nicht richtig!!
mfg mentos112
|