Hello (FPC/LAZ=3.2.2/2.2.6)
I have a class derived from Tedit where the main purpose is to handle numerical input.
I noticed that if you put on a form a TEdit, say Edit1, and as text you put '100', a double clicking on the number select the whole number, in this way it can be easy overwritten, but if the number (actually the text) is '-100' a double click omits the '-' in the slected text, how can implement a doubleclick that select "negative numbers", ie the whole '-100'. (In this case a sort of "selectall" should be sufficent anyway).
thank you.