You've already forked lazarus-ccr
jvcllaz: Extend JvDBTreeViewDemo to show adding, editing and deleting of records
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8005 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,7 +7,7 @@ uses
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
Interfaces, // this includes the LCL widgetset
|
||||
LCLVersion, Forms, Main
|
||||
LCLVersion, Forms, Main, RecordEditorFrm
|
||||
{ you can add units after this };
|
||||
|
||||
{$R *.res}
|
||||
@ -19,7 +19,7 @@ begin
|
||||
{$ENDIF}
|
||||
Application.Scaled:=True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.Run;
|
||||
end.
|
||||
|
||||
|
Reference in New Issue
Block a user