📄 uautomyfirstwsintf.pas
字号:
Unit uAutoMyFirstWSIntf;
interface
uses Types, XSBuiltIns;
type
IMyFirstWS = interface(IInvokable)
['{84688033-58E0-4C3A-BF51-39D4FBB3A068}']
function GetWSMsg: WideString; stdcall;
end;
implementation
uses InvokeRegistry;
initialization
InvRegistry.RegisterInterface(TypeInfo(IMyFirstWS), 'urn:MyFirstWSIntf-IMyFirstWS', '');
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -