How can I display the state of a variable without allowing access to modifying it?

I’m trying to make a display in AppStudio that shows the state of certain I/O and variables. I’ve been using the built-in TComponents.DigitalLED component, and that is working well except it allows the user to change the state by tapping the LED. Is there a way I can disable this, or is there another tool I could use instead?

In the latest version there is the possibility to make the LED view only. @benl