Callback: | AEFDeselectListValues |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - Gadget to get string to deselect "SELECTED" or "ALL" |
|
|
Description: | Deselects any currently-selected item matching any of the string value of the specified gadget. Meaningful only when called on a Choice or List gadget. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will Remove all selected values * from a list */ Commands = AEFDeselectListValues&/.../ListValues ("/.../SelectedString"); } |