Thema: Delphi Problem mit SetFocus

Einzelnen Beitrag anzeigen

AlexII

Registriert seit: 28. Apr 2008
1.717 Beiträge
 
FreePascal / Lazarus
 
#6

Re: Problem mit SetFocus

  Alt 20. Feb 2009, 14:01
Hab das jetzt so gelöst:

Delphi-Quellcode:
procedure TForm1.FormShow(Sender: TObject);
begin
Panel1.Visible:=True;
Panel1.SetFocus;
Panel1.Visible:=False;
end;
Jetzt klappt's
  Mit Zitat antworten Zitat