2.8. Model-View

(not written yet)

Widgets (aka View) like TTextField or TScrollBar modify a value (aka Model) and sometimes different widgets may be used to modify a single value. When a model is changed, it will notify all views using it so they can adjust according to the new value.