Einzelnen Beitrag anzeigen

Benutzerbild von Jens Schumann
Jens Schumann

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

Re: Problem mit TColletion zur Designzeit

  Alt 28. Feb 2005, 17:11
Hallo,
versuchs es mal mit
Delphi-Quellcode:
constructor TAccountProperties.Create;
begin
  FAccounts:=TAccounts.Create(TAccount); // Der Parameter ist der Unterschied
  VisibleAccounts:=atAll;
end;
I come from outer space to save the human race
  Mit Zitat antworten Zitat