Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/Delphi/DBTreeRL/DBTreeReportLink.dpr
2008-09-04 11:31:51 +00:00

14 lines
243 B
ObjectPascal

program DBTreeReportLink;
uses
Forms,
DBTreeRLMain in 'DBTreeRLMain.pas' {DBTreeRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TDBTreeRLMainForm, DBTreeRLMainForm);
Application.Run;
end.