Disabling the Delete key

  • I'm not quite sure how I managed to do this but somehow I have disabled the delete key in the WPTools editor. Pressing DEL triggers neither the OnKeyDown nor the OnKeyPress event.

    This was not something I intended to do and my users will need to have the delete key enabled. Can you tell me what property / combination of property settings would disable the Delete key?

    WPTools 6, Delphi 6. My editor is NOT in read only mode as I am able to type any other character without problem.

  • Thanks for the reply.

    I did a quick scan of my project and found that I had indeed assigned DEL as a shortcut to your WPADeleteText action. Once I removed this, the delete key worked.

    Thanks for your help.