We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm using Lazarus 2.0.10 with fpc 3.2. Unfortunately, there is support only for
class procedure Queue(const AThread: TThread; AMethod: TThreadMethod);
but not for
class procedure Queue(const AThread: TThread; AThreadProc: TThreadProcedure);
Would it be possible to make TBackgroundWorker compatible?
TBackgroundWorker
The text was updated successfully, but these errors were encountered:
Well maybe ... but I am not going to solve that, because I am not really active with Delphi/Pascal any more :o)
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm using Lazarus 2.0.10 with fpc 3.2. Unfortunately, there is support only for
but not for
Would it be possible to make
TBackgroundWorker
compatible?The text was updated successfully, but these errors were encountered: