Skip to content

Commit

Permalink
SampleData datamodule must be auto-created, otherwise data demos crash
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberneda committed Oct 27, 2023
1 parent 2ca6508 commit 1053f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/FireMonkey/TeeGridFeatures/TeeGridFeatures.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ uses
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.CreateForm(TSampleData, SampleData);
Application.Run;
end.

0 comments on commit 1053f39

Please sign in to comment.