Registriert seit: 5. Mai 2008
Ort: Oberschwaben
1.275 Beiträge
Delphi 11 Alexandria
|
AW: Re: Listbox - Addobject
12. Nov 2015, 09:19
Delphi-Quellcode:
ListBox1.AddItem('test', TObject(PChar(S)));
Label1.Caption:=PChar(ListBox1.Items.Objects[ListBox1.ItemIndex]);
Hinter dir gehts abwärts und vor dir steil bergauf ! (Wolfgang Ambros)
|