bitmapdll.dpr

来自「delphi win32api编程」· DPR 代码 · 共 13 行

DPR
13
字号
library BitmapDLL;

{all this DLL does is provide a storage mechanism for a bitmap}

uses
  SysUtils,
  Classes;

  {link in the bitmap resource}
  {$R BitmapResources.res}
begin
end.

⌨️ 快捷键说明

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