typecomprules_otherunit.pas
来自「source code for the Marco Cantu s book D」· PAS 代码 · 共 14 行
PAS
14 行
unit TypeCompRules_OtherUnit;
interface
uses
TypeCompRules_MainForm;
type
TAntoherIntGenericArray = TGenericArray<Integer>;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?