myinterface.pas
来自「仲裁委仲裁案件计酬程序.有基础资料设置、分级设置」· PAS 代码 · 共 12 行
PAS
12 行
unit MyInterface;
interface
type
IMyInterface = interface
function TransPassword(Const PSW:WideString): WideString; Stdcall;
end;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?