Jump to content

Recommended Posts

Posted
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;

 

Posted
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 

×
×
  • Create New...