I have a Delphi 2007 VCL TPanel with TPopupMenu assigned to it. The panel has several TEdit controls. Editing inherits the popup menu of the parent panel. I want this pop-up inheritance not to be allowed, so editing will show the default Windows TEdit pop-up menu using Copy, Cut, Paste, etc., but so far I have not found a way to do this. There seems to be no property like ParentPopupMenu to set which controls inherit it from the parent component.
source share