Kanat Posted November 14, 2014 Posted November 14, 2014 Hi, Guys Plese Help. How to know the status of activation UniTabSheet procedure TMainForm.UniTabSheet1AjaxEvent(Sender: TComponent; EventName: string; Params: TStrings); begin if EventName='activate' then showmessage('UnitabShet1 Activate'); end; does not work Quote
Administrators Farshad Mohajeri Posted November 14, 2014 Administrators Posted November 14, 2014 PageControl.TabIndex always shows the active tab Quote
Kanat Posted November 14, 2014 Author Posted November 14, 2014 PageControl.TabIndex always shows the active tab how to catch an event when activated? Quote
ZigZig Posted November 14, 2014 Posted November 14, 2014 I think that UniPageControl.OnChange will catch an event when the ActivePageIndex changes. 1 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.