empeditx.dpr
来自「Delphi6分布式开发例程10 )」· DPR 代码 · 共 32 行
DPR
32 行
library EmpEditX;
{ This project demonstrates using client datasets in an ActiveForm.
The ActiveForm in this project works just like the client in the
EMPEDIT demo. Before compiling and using this Active Library you
should compile and run the Server project from the EMPEDIT demo.
For infomation on deploying ActiveForms, look for
"ActiveX controls:deploying" in the online help index.
}
uses
ComServ,
EmpE_TLB in 'EmpE_TLB.pas',
EmpEdImp in 'EmpEdImp.pas' {EmpEditForm: TActiveForm} {EmpEditForm: CoClass},
recerror in '..\..\..\objrepos\recerror.pas' ;
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?