Changeset 574 for Generics/TemplateGenerics/Demo/Demo.lpr
- Timestamp:
- Jun 25, 2024, 11:10:44 AM (4 months ago)
- Location:
- Generics/TemplateGenerics/Demo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Demo
- Property svn:ignore
-
old new 3 3 heaptrclog.trc 4 4 Demo 5 backup
-
- Property svn:ignore
-
Generics/TemplateGenerics/Demo/Demo.lpr
r88 r574 1 1 program Demo; 2 3 {$mode objfpc}{$H+}4 2 5 3 uses … … 8 6 {$ENDIF}{$ENDIF} 9 7 Interfaces, // this includes the LCL widgetset 10 Forms, SysUtils, UMainForm, TemplateGenerics;8 Forms, SysUtils, FormMain, TemplateGenerics; 11 9 12 10 {$R *.res} … … 18 16 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLogFileName); 19 17 Application.Initialize; 20 Application.CreateForm(T MainForm, MainForm);18 Application.CreateForm(TFormMain, FormMain.FormMain); 21 19 Application.Run; 22 20 end.
Note:
See TracChangeset
for help on using the changeset viewer.