I have added two controls in a form. one is a combo box which is containing an enum, while the other is a stringedit control.
Now i need to get the selected value of the combo box in the modified function of stringedit control. Surely i cant access the combo box through this operator as it points to the stringedit control in its modified method.
So how can i get the selected value of the combo box in the modified method of the stringedit control. ????
Thanks