if I have a string property ``` val programCode...
# tornadofx
a
if I have a string property
Copy code
val 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