property BeepProfilesList.Selected as Integer
Determines profile that is selected in the list.

  TypeDescription 
   Integer Integer value that points to one of the profiles in the list. 
 

Selected property should be set from within ChannelOpenRequest event so that one of the profiles is selected, and should be used for new channel. Selected should be in range 0 up to Count-1.

When ChannelOpenRequest is fired, Selected is set to 0 by default, therefore choosing first profile from the list.