We have an important change to one of our most important concepts: states (TUIState descendants) are now called views (and descend from ). It’s a change in terminology, and a change in
API. While previously you were changing states using class functions and properties, like TUIState.Current := Xxx, now you should use regular container methods, …