Questions tagged [ppl-delphi]

The Parallel Programming Library is a collection of classes within the Delphi Runtime Library that allow applications to run multiple tasks concurrently.

The Parallel Programming Library is a collection of classes within the Delphi Runtime Library that allow applications to run multiple tasks concurrently.

Free Resources:

Embarcadero Documentation: Using the Parallel Programming Library

1 questions
4
votes
1 answer

How to use for loop inside a TTask threadin delphi 10

How to use for loop inside a TTask properly? i keep getting only the last item of ListBox1 in the memo, for example if i have 5 items in ListBox1, i get the last item of ListBox1 5 times in memo1 !, what is wrong with code ? var i: Integer; …
ColdZer0
  • 233
  • 1
  • 4
  • 19