invconst.pas
来自「Delphi开发webservice的一套例子」· PAS 代码 · 共 21 行
PAS
21 行
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ Pascal Invoker Support }
{ }
{ Copyright (c) 2001 Borland Software Corporation }
{ }
{*******************************************************}
Unit InvConst;
interface
resourcestring
SClassNotRegistered = 'Class not registered';
SIntfNotRegistered = 'Interface %s not registered';
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?