Jump to content

Select item in TunimList


x11

Recommended Posts

40 minutes ago, x11 said:

Can you please tell me how to programmatically select an item in the TunimList?

procedure TMainmForm.UnimButton1Click(Sender: TObject);
begin
  UnimList1.ScrollToSelected := True;
  UnimList1.ItemIndex := xx;
end;

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...