easegura777 Posted October 21, 2020 Posted October 21, 2020 Set ActivePageIndex and not found, Help me please!!
Sherzod Posted October 21, 2020 Posted October 21, 2020 Just now, easegura777 said: Set ActivePageIndex and not found, Hello, Can you please explain in more details?
easegura777 Posted October 21, 2020 Author Posted October 21, 2020 1 hour ago, Sherzod said: Hello, Can you please explain in more details? I have the panel on sheet 2 and I want by means of code to return to sheet 1.
easegura777 Posted October 22, 2020 Author Posted October 22, 2020 8 hours ago, Sherzod said: Hello, Can you please explain in more details? I appreciate your help Agradezco tu ayuda!!
Sherzod Posted October 22, 2020 Posted October 22, 2020 16 hours ago, easegura777 said: Set ActivePageIndex Hello, Try this approach for now: procedure TMainmForm.UnimButton1Click(Sender: TObject); begin UnimTabPanel1.JSInterface.JSCall('setActiveItemIndex', [0]); end;
easegura777 Posted October 22, 2020 Author Posted October 22, 2020 4 hours ago, Sherzod said: Hello, Try this approach for now: procedure TMainmForm.UnimButton1Click(Sender: TObject); begin UnimTabPanel1.JSInterface.JSCall('setActiveItemIndex', [0]); end; it worked Thanks
Recommended Posts