How to skin a TMenuItems created dynamically? Root › Technical support › Tricks This topic has 1 reply, 1 voice, and was last updated 13 years, 11 months ago by lolwut. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 1, 2011 at 9:59 am #34528 lolwutParticipant Hi everyone, As asked in the title I would just know how to skin a TMenuItems knowing it's used in a TPopupMenu also created dynamically. Thanks in advance. May 1, 2011 at 10:12 am #45561 lolwutParticipant I just found the answer on the other section of the forum… Just posting it in case someone would be looking for the same thing: Code: Form1.sSkinManager1.SkinableMenus.HookPopupMenu(MyTPopupMenu,true); Form1.sSkinManager1.SkinableMenus.HookItem(MyTMenuItems,true); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks