There is a 'bug' in Delphi where when a TCustomEdit is on a Panel or Group Box (et. al) and that containing panel has a 'Popup' menu associated with it, you lose the Windows context menu for the TCustomEdit(Undo, Cut, Copy, Paste, Select All). If you use this componet in place of a standard TPopUpMenu, then you get that back. The caveat is that the TCustomEdit in question must have focus and the mouse must be over it. This is source only. You have to create our own packages.