📄 testreint.obs
字号:
unit testreint;interface type tfoo=class(TObject)public procedure foo;virtual;end
;tbar=class(TFoo)public procedure foo;reintroduce;end;tlinebreak=class(TFoo)public
procedure foo;reintroduce;end;implementation procedure tfoo.foo;begin end;procedure
tbar.foo;begin end;procedure tlinebreak.foo;begin end;end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -