Conditional Compilation in Xojo: #If False and #If True

Originally published at: Conditional Compilation in Xojo: #If False and #If True – Xojo Programming Blog

If you’ve been working with Xojo for a while, you’re likely familiar with conditional compilation directives like #If TargetMacOS or #If DebugBuild. But there are two particularly useful variants that are often overlooked in day-to-day development: #If False and #If True. In this article, we’ll look at what these directives do, when to use them,…

3 Likes