Hello ,
I have seen in the RAb 5.11 the l e d and th eswitch control, but no descripA"tion on the manual.
Can yuo add some example for them on the forum?
It seems not possible to use teh databinding, isn’t it?
Oscar
Hello ,
I have seen in the RAb 5.11 the l e d and th eswitch control, but no descripA"tion on the manual.
Can yuo add some example for them on the forum?
It seems not possible to use teh databinding, isn’t it?
Oscar
Hi Oscar,
These controls support databinding. There most important properties of these controls are:
- Value - This value of this property is compared agains OffValue and OnValue. If the value is equal to OnValue, the control will show the OnImage; otherwise it will show the OffValue.
You can bind the Value, OffValue and OnValue to rapid / io data.
BR/Carlos