clbx.dpr

来自「Delphi 下COM开发的重要参考书籍之一。使用有一定COM开发经验的使用者」· DPR 代码 · 共 24 行

DPR
24
字号
library CLBX;

uses
  ComServ,
  CLBX_TLB in 'CLBX_TLB.pas',
  CheckListBoxImpl in 'CheckListBoxImpl.pas' {CheckListBoxX: CoClass},
  AboutForm in 'AboutForm.pas' {CheckListBoxXAbout},
  GeneralPage in 'GeneralPage.pas' {ppgGeneral: TPropertyPage};

{$E ocx}

exports
  DllGetClassObject,
  DllCanUnloadNow,
  DllRegisterServer,
  DllUnregisterServer;

{$R *.TLB}

{$R *.RES}

begin
end.

⌨️ 快捷键说明

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