Callback: | AEFSetValueToString |
Arguments: |
Gadget - Gadget whose value is to be modified string - value to set gadget to |
|
|
Description: | For single-valued gadgets, sets value to specified string. For List gadgets, deletes existing entries and inserts specified string. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will Set the FinalValue gadget * with the words "New Value" */ Commands = AEFSetValueToString&/.../FinalValue("New Value"); } |