menialtasks
menialtasks copied to clipboard
Simple MVVM in Delphi example from my Intro to MVVM session from CodeRage 7
Results
2
menialtasks issues
Sort by
recently updated
recently updated
newest added
Memory leak is reported when you create New Task and click on Cancel button (instead of Saving new Task).
Compile error in Berlin: Unit: Views.Main Line 123: if TPresentationState.Opened in MultiView1.Presenter.State then Error: "Undeclared identifier: Opened" It appears TPresentationState is defined in both FMX.MultiView and FMX.Controls.Presentation, and the compiler...