getting combo text

How do i get the text that a user types in the combo?  This is not an existing item.


Thanks,
Brent

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