How do I set a hidden menu to visible in a program?
background:
I have an old Delphi application that has a hidden menu with various test tools. But to get it I have to change a flag in the code and recompile the program, and I have no compiler. But the menu is there all the time and has Visible = false.
Edit1
Alternatively, if I can run the public methods that the hidden menu items are linked to