Callback: AEFDeselectString
Arguments: Gadget - Gadget whose value is to be modified
string - string to deselect
  
Description: Deselects any currently-selected item matching the specified string. 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 = 
	AEFDeselectString&/.../ListValues("MyValue");
}

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