📄 uwin32const.pas
字号:
unit uWin32Const;
interface
const
ErrWin32Error = 0;
ErrRequiresWin2k = 1;
ExceptionMessages: array [0..1] of string =
(
'Win32 system error.',
'This module requires at least NT4 system with SP6.'
);
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -