在一个from 中加入一个 Button 名为:Button1 ,一个QuickRep 名为QuickRep1,
button1 触发的事件:
procedure TForm1.Button1Click(Sender: TObject);
begin
   QuickRep1.Preview;
  [这里要判断是否按下了预览框的Close按扭]
   .........
end;请问在QuickRep1.Preview;后要怎么判断!