Hi all,
I have a StringEdit control inside a form. I want to execute some code as soon as the control has finished loading.
I tried to see if I can override the init method for the control. However, I could not find the method to override it.
How can I achieve what I want please? Thanks