Delphi-Quellcode:
procedure TForm1.FormShow(Sender: TObject);
begin
if FindComponent('tbs_' + IntToStr(DayOfWeek)) <> nil then
PageControl1.ActivePage := FindComponent('tbs_' + IntToStr(DayOfWeek));
end;
Wenn ich das so mache, sagt Dephi mir, das nicht genügend wirkliche Parameter vorhanden sind.
Hilfe????