stringProperty
A Kotlin delegate
to create a StringProperty (the implementation will be a SimpleStringProperty. Typical usage :
val fooProperty by stringProperty( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a StringProperty (the implementation will be a SimpleStringProperty. Typical usage :
val fooProperty by stringProperty( initialValue )
var foo by fooProperty