I wish the user to be able to use the Del key in the same way that Backspace behaves in the currency editor, namely to zero the selected digits.
I use the Del key in a Action for something else, so I need to handle the Del key in the OnExecute event of the Action.
With string and memo fields I am able to use the SelStart and SelEnd properties to alter the text.
However, TElTreeInplaceCurrency.Editor does not have these properties.
Would it be easy for you to publish these properties for use?
Raymond
Comments