Async? What's that?
Maybe you have already heard about the two concepts of synchronous and asynchronous processing ofcode statements. I give you an example. Let's have a look at a "normal" Delphi application and thefollowing lines of code:procedure MyProc();var lResponse : string;begin lResponse := ExecuteS
Weiterlesen...