Hi,
Each component in LV has methods "Get Tag" and "Set Tag" - they are useful for storing some information for individual controls. When using property Persistent set to TRUE the value stored in the tag will remain even after the project was closed and opened again. This allows to store the front panel last values, some user choices, etc.
The question is - do these methods work after the project was compiled to EXE file?
Thanks.