Callback: AEFDeselectAll
Arguments: Gadget - Gadget whose value is to be modified
  
Description: Deselects any currently-selected item. 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 = 
	AEFDeselectAll&/.../ListValues();
}

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