Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElTreeInplaceCurrency: How to send the Delete key to the editor?

There is an Action on the form that uses the Delete key.
In the Action event for this Action, I need to send the Delete key to the Editor (if it is active).

What is the code to do this, please?

Raymond

Comments

  • 2 Comments sorted by Votes Date Added
  • There is no special command for this, you would use standard methods (like e.g. SendMessage). But as mentioned in other answer the behaviour of Delete key is not the same as in standard edit controls, so you might have not the results you expect.

    Note: Please make sure to use correct category (ElPack instead of NG Controls).
Sign In or Register to comment.