How to get the selected value from a TComboBox
?
The TCombobox
name is comboTest
vaue_is := comboTest ???
How to get the selected value from a TComboBox
?
The TCombobox
name is comboTest
vaue_is := comboTest ???
Copyright © 2021 Jogjafile Inc.
You can use ItemIndex:
This should work equally well for VCL and FireMonkey (FMX).