eric Posted September 29, 2015 Posted September 29, 2015 I have a button event onclick. when fired, the active unitabsheet is active according the tab button this works well. But the tab on the top remains on the index 0. any idea ?? procedure TUniWizard.ContinueClick(Sender: TObject);begin try // UniPageControl1.ActivePageIndex:=Tunibutton(sender).Tag; UniPageControl1.TabIndex:=Tunibutton(sender).Tag;; ManagemTabs(UniPageControl1.Pages[Tunibutton(sender).Tag]); Quote
Administrators Farshad Mohajeri Posted September 29, 2015 Administrators Posted September 29, 2015 Please open a bug report if you think this is a bug. Please also add a test case. 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.