Registriert seit: 27. Apr 2003
Ort: Bad Honnef
1.644 Beiträge
Delphi 2009 Professional
|
Re: Problem mit TColletion zur Designzeit
28. Feb 2005, 18: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
|