📄 testdelphinetattributes.out
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -