Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to read value changed of TIWBS4Dropdown
#3
Yes! Work fine. Thanks.
procedure TIWForm11.IWBS4DropDown1DropDownItems0AsyncClick(Sender: TObject;
EventParams: TStringList);
begin
IWBS4Text1.Lines.Assign(EventParams);
IWBS4Label1.Caption:= EventParams.Values['itemidx'];
end;
Reply


Messages In This Thread
RE: How to read value changed of TIWBS4Dropdown - by newsanti - 06-02-2020, 02:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)