gpt4 book ai didi

delphi - 如何在 delphi 中将属性标记为已弃用?

转载 作者:行者123 更新时间:2023-12-03 14:33:37 24 4
gpt4 key购买 nike

我想将 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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com