这个功能我已经实现了,但是在保存后马上弹出一个窗口 如下图,我DEBUG 发现在
function TPRINTBAR.ToolBarSupport(AComponet: TComponent): Boolean;
begin
Result := BizActns.ComponentSupportPrint(AComponet) or
(AComponet is TDocView) and (TDocView(AComponet).Doc is TExportableDoc);
end;
这里报错