📄 testdll.dpr
字号:
{A sample dll.}
library testdll;
uses
uDllForm in 'uDllForm.pas' {Form1};
{$R *.res}
exports
fShowForm index 1,
fRunApp index 2; {exporting function by index is a good idea here}
begin
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -