📄 in1register.pas
字号:
{
Note: This is not really the way how you should use packages, but for this simple
example..
}
unit in1Register;
interface
uses
dws2Comp, in1, forms;
procedure SetScript(const AScript: TDelphiWebScriptII);
implementation
procedure SetScript(const AScript: TDelphiWebScriptII);
begin
TDataModule1.Create(Application);
DataModule1.dws2Unit1.Script := AScript;
end;
exports
SetScript; // bleeding edge..
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -