Scorpio01
09-06-2015, 07:09
Please I need help.
I want to select a text inside a listbox and then display a description about that slected text in a labelform.
Example if I select 'Delphi' in the list box then it should display a label saying 'Programming'.
Label1.Caption := Listbox1.Items.strings[ListBox1.itemindex] only displays the word 'Delphi' once I select it.
PLEASE any one
I want to select a text inside a listbox and then display a description about that slected text in a labelform.
Example if I select 'Delphi' in the list box then it should display a label saying 'Programming'.
Label1.Caption := Listbox1.Items.strings[ListBox1.itemindex] only displays the word 'Delphi' once I select it.
PLEASE any one