?? 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.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -