アプライアンスコメント Learn Delphi

Learn Delphiビデオシリーズ:ThreadVarとその機能の詳細を学ぶ

オフィスで一人で働く物思いにふける若い現代の開発者

ThreadVarとは何ですか? (あいまいな構文#3)-Delphi #149

今日、Learn DelphiTVのAlisterChristieから別のあいまいな構文を学習しています。この新しいLearnDelphiビデオでは、彼はThreadVarについて詳しく学び、ローカル変数とどのように違うのですか? threadvarを含むコードは無効な構文であることに注意してください。 threadvarには、ローカルスコープではなくユニットスコープが必要です。

According to the video, a thread-local variable has separate instances for each thread in the process. There is a one-to-one mapping between instances of the variable and threads. If you haven’t heard or used ThreadVar before, this Learn Delphi video will explain every detail you need to know. Feel free to watch the video above and learn more about this obscure syntax in Delphi and Windowsアプリケーション開発.

モバイルバージョンを終了