Callback: AEFDeselectGadgetValueAsStringToken
Arguments: Gadget - Gadget whose value is to be modified
srcGadgetPath - Gadget to get string to deselect
delimiters - delimiter between tokens
  
Description: Deselects any currently-selected item matching the tokenized string value of the specified gadget. Only uses the first token in the string and meaningful only when called on a Choice or List gadget.
Example:
    
    
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will Remove all selected values
	 * from a list
	*/
	Commands = 
	AEFDeselectGadgetValueAsStringToken&/.../ListValues
		("/.../SelectedString",":");
}

    
Supported AEF DSL Callbacks 139 Tivoli®  SecureWay Application Management Toolkit Guide