I am trying to port an open source application that was written in delphi 7 to compile under Delphi 2010 instead so I can fix some international character support issues.
I am running into a bottleneck that the application relies on the Unoffical Action Band Update for Delphi 7. As I understand it, the Action Band Update is used to create XP style pop-up menus (TActionPopupMenu), but the component is version-specific to Delphi 7.
What component(s) should I look into to provide similar functionality under Delphi 2010? Would TPopupMenu in the menus class be equivalent? I am not terribly knowledgeable about Delphi yet to know whether I'm on the right track of how to resolve this dependency.