Online
Registriert seit: 14. Aug 2004
1.439 Beiträge
Delphi 2007 Professional
|
Re: TListBox/TComboBox mit verstecktem Wert ?
20. Apr 2007, 16:11
mit
Delphi-Quellcode:
Result := 0;
if ComboBox.ItemIndex >= 0 then Result := integer(ComboBox.Items.Objects[ComboBox.ItemIndex]);
Gruss Hans
2B or not 2B, that is FF
|