OCLOperators RootObject
This page was created by Hans.karlsen@mdriven.net on 2019-05-29. Last edited by Edgar on 2025-01-20.

selfVM.RootObject gives access to the object rooting a viewmodel instance. This is readonly and you can use it like this:

selfVM.RootObject->safeCast(Thing).SomeString:='a new value'