fixedFormatProperty

A Kotlin delegate to create a FixedFormatProperty (the implementation will be a SimpleFixedFormatProperty. Typical usage :

val fooProperty by fixedFormatProperty( initialValue )
var foo by fooProperty