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