Einzelnen Beitrag anzeigen

Benutzerbild von Jens Schumann
Jens Schumann

Registriert seit: 27. Apr 2003
Ort: Bad Honnef
1.644 Beiträge
 
Delphi 2009 Professional
 
#5

Re: Problem mit TColletion zur Designzeit

  Alt 28. Feb 2005, 18:43
Hallo,
Delphi-Quellcode:
constructor TAccountProperties.Create;
begin
  inherited Create; // fehlt bei Dir
  FAccounts:=TAccounts.Create(Self);
  VisibleAccounts:=atAll;
end;
I come from outer space to save the human race
  Mit Zitat antworten Zitat