Callback: | AEFDeselectGadgetValueAsString |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - Gadget to get string to deselect |
|
|
Description: | Deselects any currently-selected item matching 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 = AEFDeselectGadgetValueAsString&/.../ListValues ("/.../SelectedString"); } |