02-06-2023 12:45 PM
Let's say I have a class. And its public methods will be part of a customer-facing API.
Is there any way to hide its private data from Context Help? There's no reason any end-user should see this...
Solved! Go to Solution.
02-07-2023 11:52 AM
The private data will be hidden if you set the class to "Locked" in the class properties.
02-07-2023 12:10 PM
Oh wow, yep, it's that easy! And went unnoticed because I'd unlocked the VIs... Many thanks!
02-09-2023 02:53 AM
I've never had the need to hide the object contents, but I did NOT know about this..... nice. My daily learning quota is already filled and I haven't even finished my second coffee....