Abaksoft Posted August 22, 2020 Posted August 22, 2020 For who not get it, don'nt wast your time. On UniComboBox > ClientEvents > ExtEvents Just change sender by combo and that works fine procedure TfrmParametres.UniComboBox1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName='MySelect' then begin //.... end; end; Edited : The confusion is on : UniComboBox (Desktop) = combo UnimComboBox (Mobile) = sender So For Desktop : For Mobile : (Build 1535) NB : AirBus and Boeing are doing everything to ensure that pilots have no hesitation in their cockpit ! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.