LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

About control.

Hi.

Can I create or delete some control in Run-Time?
Alexandre
0 Kudos
Message 1 of 2
(2,811 Views)
No. Even if you could create/delete a control, creating one would leave it
unwired, and deleting one would leave bad wires, breaking the VI. What you
can do is hide or display a control by changing the visible attribute (property)
or move it off screen and then back on with the position attributes (properties).

I hope that his helps,
Bob Young

Alexandre Antonov wrote:
>Hi.
>
>Can I create or delete some control in Run-Time?
>Alexandre>
0 Kudos
Message 2 of 2
(2,811 Views)