Jump to content

Error when UniMenuItem.checked changed in runtime


Volk65

Recommended Posts

I have this code:

procedure Tfrm_Angro_Post_Invoice_DocView.act_Image_Change_TypeExecute(Sender: TObject);
begin
  pmGrp.Items[0].Checked:=True;
  pmGrp.Popup(0, btnChangeGrp.Height, btnChangeGrp);
end;

after Popup i have error (see attach). What am I doing wrong?

post-4024-0-44817300-1531990393_thumb.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...