Hello,
i would like to understand what is the meaning and the purpose of the B4Xpages.delegate series in the main of a b4xpages android app. Please can someone explaing ? I didn't found any docs on this subject. I understand the role of a delegate between , for example, two pages to notify one when the other get an event. But in the main of the app how does this works?
Some events are only raised in the Activity of a an Android app. The purpose of the delegates is to resend the event to to the appropriate event Sub in a B4XPage class instance, which is in fact a Panel.
1. You can unzip B4XPages.b4xlib and see the source code.
2. It is an internal field. Not something that your app should access, except of in the template code in the main module.