作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想将 Delphi 中的一个属性标记为已弃用,以便稍后删除。根据 Delphi 文档,不推荐使用可以附加到任何声明中,但它不适用于属性。有办法做到这一点吗?
这是我尝试过的:
property SomeProp: string
read FSomeProp
write SetSomeProp; deprecated 'Use SomeOtherProp instead';
最佳答案
不,这是不可能的。根据the documentation ,
The 'hint' directives platform, deprecated, and library may be appended to any declaration. These directives will produce warnings at compile time. Hint directives can be applied to type declarations, variable declarations, class, interface, and structure declarations, field declarations within classes or records, procedure, function, and method declarations, and unit declarations.
关于delphi - 如何在 delphi 中将属性标记为已弃用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9499919/
我是一名优秀的程序员,十分优秀!