Shouldn't this work?
| Code |
|---|
Items.TextField.ChoiceList.AvailableValues = BancosList.Copy();
ShowedValues = Items.TextField.ChoiceList.AvailableValues;
ToDelete = ShowedValues.FindByValue("89");
ShowedValues.Delete(ToDelete);
ToDelete = ShowedValues.FindByValue("16");
ShowedValues.Delete(ToDelete);
|
The code actually modifies the property of AvailableFields of ChoiseList of TextField but it does not affect appearance. 8.3.4
Desktop version