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
Related topics
Topic
Replies
Views
Activity
Getting text from multicoloumn combo
TMS IntraWeb Component Pack
2
193
September 11, 2011
Combo Box In NSTableView
TMS mCL
2
850
May 10, 2014
When using TAdvStringGrid combobox (type==edComboList), how to immediately acknowledge the selected value.
TMS VCL UI Pack
1
232
February 8, 2022
Several Suggestions
TMS mCL
2
650
August 18, 2014
TTMSFMXGrid
TMS FMX UI Pack
9
675
August 29, 2014
© tmssoftware.com