standardCursorProperty

A Kotlin delegate to create a StandardCursorProperty (the implementation will be a SimpleStandardCursorProperty. Typical usage :

val fooProperty by standardCursorProperty( initialValue )
var foo by fooProperty