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