Tsc的delphi的代码BarTender_TLB.pas

时间:2013-01-11 05:06:45
【文件属性】:
文件名称:Tsc的delphi的代码BarTender_TLB.pas
文件大小:327KB
文件格式:PAS
更新时间:2013-01-11 05:06:45
Tsc Delphi BarTender var AppPath: string; LebelPath: string; O: TApplication_Bar; begin AppPath := ExtractFilePath(ParamStr(0)); LebelPath := AppPath + '\aa.btw'; O := TApplication_Bar.Create(nil); try with O.Formats.Open(LebelPath, True, '') do begin PrintOut(False, False); //这里设置成True的话,预览不出来. Close(btDoNotSaveChanges); end; finally O.Quit(btDoNotSaveChanges); O.Free; end; end;

网友评论

  • 基本还能用
  • OK very good~
  • 可用,谢谢分享!
  • 资源不错,不过得需要注册函数。
  • 这个。。。。。貌似看的很纠结
  • 是我要找的,只可惜没有中文解说
  • 我用不上,不是我要找的