Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/Delphi/DBTreeRL/DBTreeReportLink.dpr

14 lines
243 B
ObjectPascal
Raw Normal View History

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