Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnClick or OnAsyncClick ?
#2
After searching and reading a lot, I might have found the answer to my question, and the clue lies a bit in the naming of the 2 different methods:

OnClick will execute whatever is in the procedure, but the application will continue program processing, without waiting for the onclick procedure to finish, whereas

OnAsuncClick the application will not execute the next program statement, until whatever was activated with the click, has terminated.

Is that a correct assumption ?
Reply


Messages In This Thread
OnClick or OnAsyncClick ? - by SorenJensen - 08-02-2019, 12:43 PM
RE: OnClick or OnAsyncClick ? - by SorenJensen - 08-03-2019, 10:25 AM
RE: OnClick or OnAsyncClick ? - by kudzu - 08-03-2019, 12:56 PM
RE: OnClick or OnAsyncClick ? - by SorenJensen - 08-04-2019, 06:46 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)