alexp11223
05/23/2017, 6:10 PMval programCodeProperty = SimpleStringProperty()
var programCode by programCodeProperty
and control with ObservableValue<String> textProperty()
is it possible to bind to it? (2-way)
I saw that there is stringBinding extension function, but I am not sure how to use it