Callback: | AEFClearGadget |
Arguments: |
Gadget - Gadget whose value is to be modified |
|
|
Description: | Either removes all items from the specified List or Choice, or removes any value from a single-value gadget. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will clear out the value of * a gadget. */ Commands = AEFClearGadget&/.../ListValues(); } |