📄 empeditx.dpr
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -