Bonjour,
Comment fait-on pour obtenir le texte sélectionné dans un comboBox ? J'aimerai un AnsiString
J'ai essayé ComboBoxFiltre->SelText et autre mais cela ne fonctionne pas!
Merci
Version imprimable
Bonjour,
Comment fait-on pour obtenir le texte sélectionné dans un comboBox ? J'aimerai un AnsiString
J'ai essayé ComboBoxFiltre->SelText et autre mais cela ne fonctionne pas!
Merci
Bonjour,
CordialementCode:ComboFiltre->Items->Strings[ComboFiltre->ItemIndex];
Eric
Merci ! Cela tourne super !