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