Callback: | AEFSelectGadgetValueAsString |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - path to gadget |
|
|
Description: | Selects any item matching 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 = AEFSelectGadgetValueAsString&/.../ListValues ("/.../Value"); } |
NOTE: | Meaningful only when called on a List gadget. |