Jump to content

Recommended Posts

Posted

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 :

p1.png

 

For Mobile :

p2.png

(Build 1535)

 

NB AirBus and Boeing are doing  everything to ensure that pilots have no hesitation in their cockpit !

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...