InstallEventHandler() in CLASS Code ?
Posted: Wed Dec 09, 2020 4:47 am
hi,
i saw Owner buttons using OBTN_* Function.
now i want to re-write it in CLASS Code but i have a Problem with EventHandler as it use a Procedue/Function Name.
how to use it with CLASS Code 
i saw Owner buttons using OBTN_* Function.
now i want to re-write it in CLASS Code but i have a Problem with EventHandler as it use a Procedue/Function Name.
Code: Select all
InstallEventHandler(self:MyEvent) // fail
InstallEventHandler("self:MyEvent") // fail
InstallEventHandler("MyEvent",self) // no parameter ?
