I was just wondering if there is any way to replace Delphi's functions that let you know when someone enters or exits a field.
I would like to assigns actions when someone first enters a text field. In Delphi I would call the OnEnter function for the textfield and it would trip as soon as the cursor entered the field.
Failing that I could watch for any keypress and then check the Boolean "Focused" of the textfield.
Is there anyway to have similar action when someone first taps on a textfield in B4A?
thanks
Jim T
I would like to assigns actions when someone first enters a text field. In Delphi I would call the OnEnter function for the textfield and it would trip as soon as the cursor entered the field.
Failing that I could watch for any keypress and then check the Boolean "Focused" of the textfield.
Is there anyway to have similar action when someone first taps on a textfield in B4A?
thanks
Jim T