reflection - Injecting code to track events on Delphi -


i have big , old application written in delphi version 2007 on decade , in order rewrite intend understand parts/features of used majority of users.

the idea came track objects clicks , window creations populate log or analytics tool google analytics or deskmetrics quantitative , qualitative data in order on decision making.

to achieve that, i'm trying figure out easiest path respecting current version limitations. 1 of possibilities exploring understanding how implement generic code somehow "injected/reflected" in class level instantiated objects may among other things, call function passing parameters identify , function take action log info using best tool.

the real solution far copying , pasting function call on several thousands of onclick/oncreate methods , i'd avoid while open other possibilities may come out on thread.

thanks!


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -