I am getting back into Delphi programming (havent used it since Delphi 2 was fairly new)and need a little refreshing.
In a program that I am writing I have a piece that uses onMouseMove to set a Visible property of a shape (that is false by default) to true when the mouse is over an edit box. How to have if reset back to false when the mouse is moved away again?
In a program that I am writing I have a piece that uses onMouseMove to set a Visible property of a shape (that is false by default) to true when the mouse is over an edit box. How to have if reset back to false when the mouse is moved away again?