Jump to content

TUniTreeMenu


picyka

Recommended Posts

I have a TUniMenuItems component connected to TUniTreeMenu when clicking on any menu item, I would like to retrieve the value of the menu item's hint property.

 

procedure TMainForm.Admin_EmpresaClick(Sender: TObject);
begin
  ShowMessageN(TUniMenuItem(Sender).Hint);
end;
 

 

Capturar.PNG

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...