Freeman35 Posted March 23, 2020 Posted March 23, 2020 Hello, I need to get TuniComponent's "ClientEvents" property procedure my_func(ECmp: TComponent); ... TUni??????(ECmp). Quote
Hayri ASLAN Posted March 23, 2020 Posted March 23, 2020 Hi you need to use TUniControl. It was protected and we change it to public. you will get it with the next build. Quote
Freeman35 Posted March 23, 2020 Author Posted March 23, 2020 eyvAllah, type TMyUniControl = class(TUniControl); Its worked for me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.