Callback: | AEFSelectListValues |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - path to gadget "SELECTED" or "ALL" |
|
|
Description: | Selects any item matching any of the string value of the specified gadget. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will select all selected values * from a list that have the string contained * in srcGadgetPath. */ Commands = AEFSelectListValues&/.../ListValues("/.../Value"); } |
NOTE: | Meaningful only when called on a List gadget. |