My question is about Delphi 7. I need to get currently selected ComboBox1 value to use it as Floating point variable in my code:
t:=t+ComboBox1. // Not sure what to write here...
Thank you!
|
|
|
Not sure if the TryStrToFloat is already in Delphi 7, but if yes I would do it this way.
|
|||||||||||||
|
|
|||||||||||||
|