Hi,
wie wäres mit
Items.Objects[]
Und nächster Fehler:
Delphi-Quellcode:
with TEintrag.Create do
begin
Titel := lTitel.Caption;
Fenster := lFenster.Caption;
Caption := lTitel.Caption;
fmain.ListBox1.AddItem(Caption, Self);
end;
Self = Form1 und nicht die Instanz von TEintrag. Also musst du wohl mit ner Variable arbeiten.
mfG
mirage228