Command: ClearValidValues

Previous  Next |  Direct link to this topic

Go to list of all Commands

Syntax: ClearValidValues($[$<item>.0.0]);

 

Clear custom valid values in an item that can hold valid values (Example a combo box). The command is often combined with the SetValidValues command

NB: This cannot be done on system items

Sample: ClearValidValues($[$MyUID.0.0]); will remove all valid values from the combo box with Uid ”MyUid”

Video: How to use Set and Clear Valid Values | Video 2

 


Similar/Related Commands:
- SetValidValues