Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWCheckBox problem
#2
I can't recreate this.
- I create a new project from scratch.
- Add a new IWCheckBox
- Add an event OnAsyncClick with the following code:

if IWCheckBox1.Checked then begin
WebApplication.ShowMessage('Checked');
end else begin
WebApplication.ShowMessage('Unchecked');
end;

Everything works as expected.

- Then I remove this code and add the same code to OnAsyncChange event.
- I got the same result, i.e. the method works as expected.

Can you please see if you can recreate following the same steps above?
Reply


Messages In This Thread
TIWCheckBox problem - by geremiah - 03-02-2020, 05:09 PM
RE: TIWCheckBox problem - by Alexandre Machado - 03-06-2020, 09:33 AM
RE: TIWCheckBox problem - by geremiah - 03-06-2020, 05:53 PM
RE: TIWCheckBox problem - by Alexandre Machado - 03-11-2020, 11:06 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)