- TThread::Priority - C++ Builder
- TThread::~TThread - C++ Builder
- TThread::TThread - C++ Builder
- TThread::NameThreadForDebugging
- TThread::Suspended - C++ Builder
- TThread::Terminate - C++ Builder
- TThread::CurrentThread - C++ Bui
- TThread::ExternalThread - C++ Bu
- TThread::FatalException - C++ Bu
- TThread::GetSystemTimes - C++ Bu
C++ Builder 参考手册 ➙ System::Classes ➙ TThread ➙ Priority
头文件:#include <System.Classes.hpp>
命名空间:System::Classes
类:TThread
访问权限:public:
属性定义:
__property TThreadPriority Priority = { read = GetPriority, write = SetPriority, nodefault };
System::Classes::TThread::Priority 是 System::Classes::TThread 的属性,线程的优先级
- 线程的优先级为 TThreadPriority 类型,默认优先级为 tpNormal,优先级由低到高:tpIdle, tpLowest, tpLower, tpNormal, tpHigher, tpHighest, tpTimeCritical
相关:
- System::Classes::TThreadPriority
- System::Classes::TThread::Execute
- System::Classes::TThread::Started
- System::Classes::TThread::Finished
- System::Classes::TThread::Suspended
- System::Classes::TThread::Terminated
- System::Classes::TThread
- System::TObject
- VCL 类继承关系
C++ Builder 参考手册 ➙ System::Classes ➙ TThread ➙ Priority
网友评论