Is there a way to determine if a property is still used by a program?

As the question says - is there/

For now, the only reliable way is to rename it and then try to build the project for all targets you support.

2 Likes

I do the same thing as Kevin. However, be aware that if you have that property inside of a #if that’s false (like it’s a Windows only code block and you’re compiling for Mac) it won’t show up in the errors list unless you’re building for all targets. Because I’ve never had this happen to me. :wink:

2 Likes

:joy:

Even more fun if the project uses a lot of Introspection :wink:

1 Like

export all the project as text (xojo_project) and ask an AI for that.