Q&A

  • ReportDesignerDialog에서 궁금한점
ReportDesignerDialog을 사용하고 있습니다.

ReportDesignerDialog1AfterReportLoaded 라는 이벤트시 처리되는

내용입니다.  소스에 아래와 같이 나와 있습니다.

procedure TmaeReportForm.ReportDesignerDialog1AfterReportLoaded(
  Form: TForm; QRD: TComponent);
begin

  TQRDLoader(QRD).QReport.OnPreview:=QuickRepPreview;

   QuickRepPreview는 프로시져입니다.

   위에 내용이 어떻게 되는건지 모르겠습니다

   TQRDLoader(QRD) 이게 뭔지 모르겠구요..

end;

답변부탁드리겠습니다. ㅠ.ㅠ
0  COMMENTS