TEdit.OnEnter ceases to be effective
TEdit.OnEnter ceases to be effective
TEdit.OnEnter ceases to be effective. How to make it effect?
- Attachments
-
- Example3.zip
- (6.61 KiB) Downloaded 532 times
Re: TEdit.OnEnter ceases to be effective
Hello,
I'm not sure to understand what exact problem are you having with it or with the TChart.
I see your Edit1Exit method is linked to both OnEnter and OnExit. This makes that method to be executed every time the focus changes from another control to the Edit1, and also from Edit1 to another control.
Note usually a TEdit component is used with the OnChange event, more than with the OnEnter/OnExit events.
I'm not sure to understand what exact problem are you having with it or with the TChart.
I see your Edit1Exit method is linked to both OnEnter and OnExit. This makes that method to be executed every time the focus changes from another control to the Edit1, and also from Edit1 to another control.
Note usually a TEdit component is used with the OnChange event, more than with the OnEnter/OnExit events.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |