How to access DOM from a Protocol QAction?
27th March 2026
Hi Maximiliano A DomHelper object can be created in a QAction like this: DomHelper domHelper = new DomHelper(protocol.SLNet.SendMessages, “myDomModuleID”); With protocol being the SLProtocol object. The DomHelper class is available …