Jump to content

UniPageControl1.ActivePageIndex


eric

Recommended Posts

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]);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...