Howdy, Stranger!

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

In this Discussion

TElTreeInplaceCurrency: Editor has no SelStart and SelLength properties

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

Sign In or Register to comment.