Jump to content

UniComboBox1Trigger - не работает


dbf_usr

Recommended Posts

Не работают тригерные кнопки ни в одном из компонентов. Полностью повторил пример, код взят из примера с такими же компонентами- в моем приложении не работает. Все настройки и код идентичен примеру. Что это может быть?

procedure TOperation.UniComboBox1TriggerEvent(Sender: TUniCustomComboBox;
  AButtonId: Integer);
begin
      case AButtonId of
    0 : ShowMessage('Button #0 Pressed!');
    1 : ShowMessage('Button #1 Pressed!');
  end;
  ShowMessage(inttostr(AButtonId));
end;

Сборка: 1.90.0.1534

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...