System.Threading.TThreadPool.TBaseWorkerThread.ThreadPool

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ThreadPool: TThreadPool read FThreadPool;

C++

__property TThreadPool* ThreadPool = {read=FThreadPool};

Properties

Type Visibility Source Unit Parent
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TBaseWorkerThread

Description

Thread pool for which this thread works.

This is a read-only property. You specify this thread pool when you create this thread.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Threading.TThreadPool.TBaseWorkerThread.ThreadPool&oldid=752992"