tmssoftware.com
TMS Support Center
getting combo text
FMX
TMS mCL
Shelton_Brent
(Shelton Brent)
October 21, 2013, 10:13pm
1
How do i get the text that a user types in the combo? This is not an existing item.
Thanks,
Brent
Pieter
(Pieter)
October 22, 2013, 2:31am
2
Hi,
This is not exposed yet on NSComboBox level but you can get the value with the following code:
var
str: String;
str := UTF8ToString(TMSFMXNativeNSComboBox1.ComboBox.stringValue.UTF8String)
Kind Regards,
Pieter
© tmssoftware.com