Einzelnen Beitrag anzeigen

Gruber_Hans_12345
Online

Registriert seit: 14. Aug 2004
1.439 Beiträge
 
Delphi 2007 Professional
 
#5

Re: TListBox/TComboBox mit verstecktem Wert ?

  Alt 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
  Mit Zitat antworten Zitat