Hi to all,
I am going to implement Threading in my application, where my application has to process lots of file and display in the status and progress indicator using progressbar and after completing show a detailed logs to the end user. I had found two methods in lazarus/freepascal. Firstly TThread and BeginThread.
I tried both examples, and ran the demo test. Please suggest which will be a nice shot for such a task, any difference between these two (TThread is class based).
eagerly waiting for all responses.