Callback: AEFSelectString
Arguments: Gadget - Gadget whose value is to be modified
string - string to select
  
Description: Selects any currently-selected item matching the specified string.
Example:
    
    
Button {
	Name = SetGadgetValue;
	Title = "SetGadgetValue";
	/* This button will select all selected values
	 * from a list that have the string "string"
	 * in them.
	*/
	Commands = 
	AEFSelectString&/.../ListValues("string");
}

    
NOTE: Meaningful only when called on a List gadget.
Supported AEF DSL Callbacks 142 Tivoli®  SecureWay Application Management Toolkit Guide