Componentes.Terceros.DevExp.../official/x.38/ExpressPrinting System/Demos/Delphi/TeeChartRL/TeeChartReportLink.dpr

14 lines
255 B
ObjectPascal
Raw Normal View History

program TeeChartReportLink;
uses
Forms,
TeeChartRLMain in 'TeeChartRLMain.pas' {TeeChartRLMainForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTeeChartRLMainForm, TeeChartRLMainForm);
Application.Run;
end.