⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbattachserver.~dpr

📁 Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例
💻 ~DPR
字号:
program DBAttachServer;

{$APPTYPE CONSOLE}

uses
  WebBroker,
  CGIApp,
  DBAttachUnit in 'D:\Program Files\Borland\Delphi7\Demos\WebServices\SOAPAttachments\Server\DBAttachUnit.pas' {WebModule1: TWebModule},
  DBAttachmentsImpl in 'D:\Program Files\Borland\Delphi7\Demos\WebServices\SOAPAttachments\Server\DBAttachmentsImpl.pas',
  DBAttachmentsIntf in 'D:\Program Files\Borland\Delphi7\Demos\WebServices\SOAPAttachments\Server\DBAttachmentsIntf.pas';

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TWebModule1, WebModule1);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -