testdelphinetattributes.obs
来自「格式化源码的最新板」· OBS 代码 · 共 7 行
OBS
7 行
unit testdelphinetattributes;interface uses classes;type [serializable]tcontainer
=class(TObject)public end;[serializable]tcontainer2=class(TObject)public end;tcontainer3
=class(TObject)public end;[serializable]tcontainer4=class(TObject)public end;[serializable
]tjcfconfiguration=class(TObject)public commandlineparams:string;style:integer;a,
b,c:string;[nonserialized]foo,bar:integer;end;tcontainer6=class(TObject)public [nonserialized
]foo,bar:integer;foo2,bar2:integer;[nonserialized]foo3,bar3:integer;foo4,bar4:integer
;end;implementation end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?