Componentes.Terceros.DevExp.../internal/x.36/1/ExpressPrinting System/Demos/Delphi/StandardRL/StandardReportLink.dpr

14 lines
255 B
ObjectPascal
Raw Normal View History

program StandardReportLink;
uses
Forms,
StandardRLMain in 'StandardRLMain.pas' {StandardRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TStandardRLMainForm, StandardRLMainForm);
Application.Run;
end.