How to Disable TEdit's Default PopUp (Context) Menu
Sunday May 11, 2008
in Using VCL ::
When a user right-clicks on an Edit component at run time (or any other component that allows editing such as MaskEdit, Memo, DbEdit, etc.), by default the system's context menu pops up with options to undo, copy, paste, etc. One way to get rid of this default popup menu is to handle the OnContextPopup event by setting the Handled parameter to True.
When a user right-clicks on an Edit component at run time (or any other component that allows editing such as MaskEdit, Memo, DbEdit, etc.), by default the system's context menu pops up with options to undo, copy, paste, etc. One way to get rid of this default popup menu is to handle the OnContextPopup event by setting the Handled parameter to True.
Read the full article to find out How to Disable TEdit's Default PopUp (Context) Menu
Related:


No comments yet. Leave a Comment