eduardosuruagy Posted August 15, 2013 Posted August 15, 2013 How can I change the position of TUniTabSheet in webmod? Already tried PCPrincipal.ActivePage: = tsPrincipal, more does not work. Quote
belo Posted August 15, 2013 Posted August 15, 2013 On the current page: procedure TMainForm.UniBitBtn1Click(Sender: TObject); beginUniPageControl1.ActivePage := UniTabSheet1;end; Or You can use ActivePageIndex: procedure TMainForm.UniBitBtn1Click(Sender: TObject); beginUniPageControl1.ActivePageIndex := 0;end; Regards Eduardo Belo Quote
eduardosuruagy Posted August 15, 2013 Author Posted August 15, 2013 Eduardo isso não esta funcionando, estou fazendo um processo de importação e quero passar entre as abas de acordo com a tabela q quero importar. Quote
belo Posted August 16, 2013 Posted August 16, 2013 Post your code or make an example so that we can help you. Regards Eduardo Posts in Portuguese post in specific forums. 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.