Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/11/21 in all areas

  1. Hello Please use below solution type TXPopupMenu = class(TUniPopupMenu) end; procedure TMainForm.UniFormToolClick(Sender: TUniCustomButtonItem); begin with TXPopupMenu(UniPopupMenu1).MenuControl.JSInterface do begin JSCall('showBy', [JSStatement(Sender.JSName)]); end; end;
    1 point
  2. Hello, Also, you can try to use this technique:
    1 point
×
×
  • Create New...