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