Jump to content

Log


picyka

Recommended Posts

How can I get data from the Event Source column?

 

var LastAjaxEvent := TUniGUIApplication(UniApplication).UniSession.LastAjaxEvent;
var Cmp := TUniGUIApplication(UniApplication).UniSession.CurrentComponent;
TUniGUIApplication(UniApplication).UniSession.LastEventRec.Control.Name;
TUniGUIApplication(UniApplication).UniSession.LastEventRec.EventName;

What would be the correct way?

Capturar.PNG

Link to comment
Share on other sites

5 horas atrás, Hayri ASLAN disse:

Você pode adicionar um caso de teste simples? Onde você tem esse código? no mainmodule?

Once here on the forum, I remember seeing you saying that there would be a resource that tracked what the user did,

I already use this information, I just wanted to know which would be the most correct, the function is in the MainModule.

Link to comment
Share on other sites

×
×
  • Create New...